#5F750F
A dark, vivid yellow closely aligning with Olivedrab.
About #5F750F
At its core, #5F750F is a dark and vivid hue. Designers often compare it to the standard color Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 117, and 15.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 19% cyan, 0% magenta, 87% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#5F750F
RGB95, 117, 15
HSL72.9°, 77.3%, 25.9%
CMYK19%, 0%, 87%, 54%
HSV72.9°, 87.2%, 45.9%
LAB45.9, -21.9, 47.7
XYZ11.2, 15.2, 2.8
Decimal6255887
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.20:1
Text on #FFFFFF
AA
4.04:1
Text on #000000
AA Large
4.97:1
Text on #F8FAFC
AA
3.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F750F;
}
.text-color {
color: #5F750F;
}
.border-color {
border: 2px solid #5F750F;
}