#6D9949
A medium, moderate green closely aligning with Olivedrab.
About #6D9949
The hex code #6D9949 represents a beautifully specific shade of green. It is closely associated with the named CSS color Olivedrab. In the RGB color space, it consists of 109 red, 153 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 29% cyan, 0% magenta, 52% yellow, and 40% black. The HSL representation is 93.0° hue, 35.4% saturation, and 44.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D9949
RGB109, 153, 73
HSL93.0°, 35.4%, 44.3%
CMYK29%, 0%, 52%, 40%
HSV93.0°, 52.3%, 60.0%
LAB58.5, -29.4, 37.0
XYZ18.9, 26.5, 10.4
Decimal7182665
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.33:1
Text on #FFFFFF
AA Large
6.30:1
Text on #000000
AA
3.18:1
Text on #F8FAFC
AA Large
5.36:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D9949;
}
.text-color {
color: #6D9949;
}
.border-color {
border: 2px solid #6D9949;
}