#6D8324
A dark, moderate yellow closely aligning with Olivedrab.
About #6D8324
Visually, #6D8324 is defined as a moderate yellow. It is closely associated with the named CSS color Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 131, and 36.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 17% C, 0% M, 73% Y, and 49% K. The HSL representation is 73.9° hue, 56.9% saturation, and 32.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D8324
RGB109, 131, 36
HSL73.9°, 56.9%, 32.7%
CMYK17%, 0%, 73%, 49%
HSV73.9°, 72.5%, 51.4%
LAB51.4, -21.9, 46.2
XYZ14.7, 19.6, 4.7
Decimal7176996
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.27:1
Text on #FFFFFF
AA Large
4.92:1
Text on #000000
AA
4.08:1
Text on #F8FAFC
AA Large
4.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D8324;
}
.text-color {
color: #6D8324;
}
.border-color {
border: 2px solid #6D8324;
}