#5F6D07
A dark, vivid yellow closely aligning with Olive.
About #5F6D07
When working with digital screens, the color #5F6D07 is rendered by mixing light. Designers often compare it to the standard color Olive. This translates to an RGB value of rgb(95, 109, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 13% Cyan, 0% Magenta, 94% Yellow, and 57% Black. The HSL representation is 68.2° hue, 87.9% saturation, and 22.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F6D07
RGB95, 109, 7
HSL68.2°, 87.9%, 22.7%
CMYK13%, 0%, 94%, 57%
HSV68.2°, 93.6%, 42.7%
LAB43.3, -18.0, 47.5
XYZ10.2, 13.4, 2.2
Decimal6253831
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.46:1
Text on #F8FAFC
AA
3.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6D07;
}
.text-color {
color: #5F6D07;
}
.border-color {
border: 2px solid #5F6D07;
}