Olive Drab (Green)
#82A44F
RGB: 130, 164, 79
Color OverviewHEX #82A44F

#82A44F Color Code Information

In the RGB color space, #82A44F is composed of 51% red, 64% green, and 31% blue. In the HSL color space, it has a hue of 84°, saturation of 35%, and lightness of 48%.

HEX
#82A44F
RGB
130, 164, 79
HSL
84°, 35%, 48%
HSV
84°, 52%, 64%
CMYK
21%, 0%, 52%, 36%
Name Match
Olive Drab
Closest Standard

Shades of #82A44F (Darker Variations)

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

Tints of #82A44F (Lighter Variations)

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

Tones of #82A44F (Muted Variations)

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

Color Harmonies for #82A44F

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 #82A44F Background
Contrast Ratio against Pure White (#FFFFFF):2.85 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #82A44F Background
Contrast Ratio against Pure Black (#000000):7.37 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #82A44F;
}

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