#757C24
A dark, moderate yellow closely aligning with Olive.
About #757C24
The hex code #757C24 represents a beautifully specific shade of yellow. Its closest recognized web color is Olive. In the RGB color space, it consists of 117 red, 124 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. The color uses 6% Cyan, 0% Magenta, 71% Yellow, and 51% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#757C24
RGB117, 124, 36
HSL64.8°, 55.0%, 31.4%
CMYK6%, 0%, 71%, 51%
HSV64.8°, 71.0%, 48.6%
LAB49.9, -14.6, 44.8
XYZ14.9, 18.3, 4.4
Decimal7699492
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.50:1
Text on #FFFFFF
AA
4.66:1
Text on #000000
AA
4.30:1
Text on #F8FAFC
AA Large
3.97:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #757C24;
}
.text-color {
color: #757C24;
}
.border-color {
border: 2px solid #757C24;
}