#755F00
A dark, vivid yellow closely aligning with Olive.
About #755F00
At its core, #755F00 is a dark and vivid hue. It is closely associated with the named CSS color Olive. Its digital footprint relies on 117 parts red, 95 parts green, and 0 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 19% Magenta, 100% Yellow, and 54% Black. With a hue angle of 48.7 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#755F00
RGB117, 95, 0
HSL48.7°, 100.0%, 22.9%
CMYK0%, 19%, 100%, 54%
HSV48.7°, 100.0%, 45.9%
LAB41.2, 0.4, 48.5
XYZ11.4, 12.0, 1.7
Decimal7692032
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.19:1
Text on #FFFFFF
AA
3.39:1
Text on #000000
AA Large
5.92:1
Text on #F8FAFC
AA
2.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #755F00;
}
.text-color {
color: #755F00;
}
.border-color {
border: 2px solid #755F00;
}