Olive Drab (Green)
#79A52C
RGB: 121, 165, 44
Color OverviewHEX #79A52C

#79A52C Color Code Information

In the RGB color space, #79A52C is composed of 47% red, 65% green, and 17% blue. In the HSL color space, it has a hue of 82°, saturation of 58%, and lightness of 41%.

HEX
#79A52C
RGB
121, 165, 44
HSL
82°, 58%, 41%
HSV
82°, 73%, 65%
CMYK
27%, 0%, 73%, 35%
Name Match
Olive Drab
Closest Standard

Shades of #79A52C (Darker Variations)

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

Tints of #79A52C (Lighter Variations)

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

Tones of #79A52C (Muted Variations)

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

Color Harmonies for #79A52C

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 #79A52C Background
Contrast Ratio against Pure White (#FFFFFF):2.9 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #79A52C Background
Contrast Ratio against Pure Black (#000000):7.23 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #79A52C;
}

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