#575016
A dark, moderate yellow closely aligning with Darkolivegreen.
About #575016
When working with digital screens, the color #575016 is rendered by mixing light. Its closest recognized web color is Darkolivegreen. This translates to an RGB value of rgb(87, 80, 22).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 8% Magenta, 75% Yellow, and 66% Black. Always request a physical proof before doing a large print run with this exact code.
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#575016
RGB87, 80, 22
HSL53.5°, 59.6%, 21.4%
CMYK0%, 8%, 75%, 66%
HSV53.5°, 74.7%, 34.1%
LAB33.6, -4.8, 33.6
XYZ6.9, 7.8, 1.9
Decimal5722134
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.19:1
Text on #FFFFFF
AAA
2.56:1
Text on #000000
FAIL
7.83:1
Text on #F8FAFC
AAA
2.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #575016;
}
.text-color {
color: #575016;
}
.border-color {
border: 2px solid #575016;
}