Olive Drab (Green)
#676328
RGB: 103, 99, 40
Color OverviewHEX #676328

#676328 Color Code Information

In the RGB color space, #676328 is composed of 40% red, 39% green, and 16% blue. In the HSL color space, it has a hue of 56°, saturation of 44%, and lightness of 28%.

HEX
#676328
RGB
103, 99, 40
HSL
56°, 44%, 28%
HSV
56°, 61%, 40%
CMYK
0%, 4%, 61%, 60%
Name Match
Olive Drab
Closest Standard

Shades of #676328 (Darker Variations)

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

Tints of #676328 (Lighter Variations)

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

Tones of #676328 (Muted Variations)

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

Color Harmonies for #676328

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

Developer Code Snippets & Tailwind CSS

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

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