Olive Drab (Green)
#7A9A4A
RGB: 122, 154, 74
Color OverviewHEX #7A9A4A

#7A9A4A Color Code Information

In the RGB color space, #7A9A4A is composed of 48% red, 60% green, and 29% blue. In the HSL color space, it has a hue of 84°, saturation of 35%, and lightness of 45%.

HEX
#7A9A4A
RGB
122, 154, 74
HSL
84°, 35%, 45%
HSV
84°, 52%, 60%
CMYK
21%, 0%, 52%, 40%
Name Match
Olive Drab
Closest Standard

Shades of #7A9A4A (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #7A9A4A (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #7A9A4A (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #7A9A4A

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #7A9A4A Background
Contrast Ratio against Pure White (#FFFFFF):3.21 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #7A9A4A Background
Contrast Ratio against Pure Black (#000000):6.55 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #7A9A4A;
}

.element {
  color: #7A9A4A;
  background-color: #7A9A4A;
  border-color: #7A9A4A;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#7A9A4A] text-[#7A9A4A] border-[#7A9A4A]">
  Content styled with #7A9A4A
</div>