#75832C
A dark, moderate yellow closely aligning with Olivedrab.
About #75832C
When working with digital screens, the color #75832C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Olivedrab. This translates to an RGB value of rgb(117, 131, 44).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 11% C, 0% M, 66% Y, and 49% K. With a hue angle of 69.7 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75832C
RGB117, 131, 44
HSL69.7°, 49.7%, 34.3%
CMYK11%, 0%, 66%, 49%
HSV69.7°, 66.4%, 51.4%
LAB52.1, -17.8, 43.7
XYZ15.9, 20.2, 5.4
Decimal7701292
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.17:1
Text on #FFFFFF
AA Large
5.04:1
Text on #000000
AA
3.98:1
Text on #F8FAFC
AA Large
4.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #75832C;
}
.text-color {
color: #75832C;
}
.border-color {
border: 2px solid #75832C;
}