Olive Drab (Green)
#77733C
RGB: 119, 115, 60
Color OverviewHEX #77733C

#77733C Color Code Information

In the RGB color space, #77733C is composed of 47% red, 45% green, and 24% blue. In the HSL color space, it has a hue of 56°, saturation of 33%, and lightness of 35%.

HEX
#77733C
RGB
119, 115, 60
HSL
56°, 33%, 35%
HSV
56°, 50%, 47%
CMYK
0%, 3%, 50%, 53%
Name Match
Olive Drab
Closest Standard

Shades of #77733C (Darker Variations)

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

Tints of #77733C (Lighter Variations)

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

Tones of #77733C (Muted Variations)

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

Color Harmonies for #77733C

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 #77733C Background
Contrast Ratio against Pure White (#FFFFFF):4.88 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #77733C Background
Contrast Ratio against Pure Black (#000000):4.3 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #77733C;
}

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