#5F6D16
A dark, moderate yellow closely aligning with Darkolivegreen.
About #5F6D16
Visually, #5F6D16 is defined as a moderate yellow. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 95 red, 109 green, and 22 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 13% Cyan, 0% Magenta, 80% Yellow, and 57% Black. With a hue angle of 69.7 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F6D16
RGB95, 109, 22
HSL69.7°, 66.4%, 25.7%
CMYK13%, 0%, 80%, 57%
HSV69.7°, 79.8%, 42.7%
LAB43.4, -17.4, 43.3
XYZ10.3, 13.4, 2.8
Decimal6253846
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.70:1
Text on #FFFFFF
AA
3.69: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: #5F6D16;
}
.text-color {
color: #5F6D16;
}
.border-color {
border: 2px solid #5F6D16;
}