#5F6D0F
A dark, vivid yellow closely aligning with Olive.
About #5F6D0F
When working with digital screens, the color #5F6D0F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Olive. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 109, and 15.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 13% C, 0% M, 86% Y, and 57% K. The HSL representation is 68.9° hue, 75.8% saturation, and 24.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F6D0F
RGB95, 109, 15
HSL68.9°, 75.8%, 24.3%
CMYK13%, 0%, 86%, 57%
HSV68.9°, 86.2%, 42.7%
LAB43.4, -17.7, 45.5
XYZ10.3, 13.4, 2.5
Decimal6253839
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.71:1
Text on #FFFFFF
AA
3.68:1
Text on #000000
AA Large
5.45:1
Text on #F8FAFC
AA
3.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6D0F;
}
.text-color {
color: #5F6D0F;
}
.border-color {
border: 2px solid #5F6D0F;
}