#5F7C07
A dark, vivid yellow closely aligning with Olivedrab.
About #5F7C07
At its core, #5F7C07 is a dark and vivid hue. Designers often compare it to the standard color Olivedrab. In the RGB color space, it consists of 95 red, 124 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 23% Cyan, 0% Magenta, 94% Yellow, and 51% 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. 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#5F7C07
RGB95, 124, 7
HSL74.9°, 89.3%, 25.7%
CMYK23%, 0%, 94%, 51%
HSV74.9°, 94.4%, 48.6%
LAB48.1, -25.6, 51.3
XYZ12.0, 16.9, 2.8
Decimal6257671
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.80:1
Text on #FFFFFF
AA
4.37:1
Text on #000000
AA Large
4.59:1
Text on #F8FAFC
AA
3.72:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F7C07;
}
.text-color {
color: #5F7C07;
}
.border-color {
border: 2px solid #5F7C07;
}