#6D7524
A dark, moderate yellow closely aligning with Darkolivegreen.
About #6D7524
At its core, #6D7524 is a dark and moderate hue. It is closely associated with the named CSS color Darkolivegreen. This translates to an RGB value of rgb(109, 117, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 7% C, 0% M, 69% Y, and 54% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D7524
RGB109, 117, 36
HSL65.9°, 52.9%, 30.0%
CMYK7%, 0%, 69%, 54%
HSV65.9°, 69.2%, 45.9%
LAB47.1, -14.5, 41.8
XYZ13.0, 16.1, 4.1
Decimal7173412
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.98:1
Text on #FFFFFF
AA
4.22:1
Text on #000000
AA Large
4.76:1
Text on #F8FAFC
AA
3.59:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D7524;
}
.text-color {
color: #6D7524;
}
.border-color {
border: 2px solid #6D7524;
}