#5F6642
A dark, muted yellow closely aligning with Darkolivegreen.
About #5F6642
Visually, #5F6642 is defined as a muted yellow. Its closest recognized web color is Darkolivegreen. In the RGB color space, it consists of 95 red, 102 green, and 66 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 7% C, 0% M, 35% Y, and 60% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F6642
RGB95, 102, 66
HSL71.7°, 21.4%, 32.9%
CMYK7%, 0%, 35%, 60%
HSV71.7°, 35.3%, 40.0%
LAB41.7, -9.3, 19.5
XYZ10.5, 12.3, 7.0
Decimal6252098
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.06:1
Text on #FFFFFF
AA
3.47:1
Text on #000000
AA Large
5.79:1
Text on #F8FAFC
AA
2.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F6642;
}
.text-color {
color: #5F6642;
}
.border-color {
border: 2px solid #5F6642;
}