#5F5F16
A dark, moderate yellow closely aligning with Darkolivegreen.
About #5F5F16
At its core, #5F5F16 is a dark and moderate hue. Its closest recognized web color is Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 95, and 22.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. The HSL representation is 60.0° hue, 62.4% saturation, and 22.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F5F16
RGB95, 95, 22
HSL60.0°, 62.4%, 22.9%
CMYK0%, 0%, 77%, 63%
HSV60.0°, 76.8%, 37.3%
LAB39.0, -9.7, 39.2
XYZ9.0, 10.7, 2.3
Decimal6250262
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.70:1
Text on #FFFFFF
AA
3.14:1
Text on #000000
AA Large
6.40:1
Text on #F8FAFC
AA
2.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F5F16;
}
.text-color {
color: #5F5F16;
}
.border-color {
border: 2px solid #5F5F16;
}