#757C42
A dark, moderate yellow closely aligning with Darkolivegreen.
About #757C42
Visually, #757C42 is defined as a moderate yellow. Its closest recognized web color is Darkolivegreen. This translates to an RGB value of rgb(117, 124, 66).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 6% cyan, 0% magenta, 47% yellow, and 51% black. The HSL representation is 67.2° hue, 30.5% saturation, and 37.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#757C42
RGB117, 124, 66
HSL67.2°, 30.5%, 37.3%
CMYK6%, 0%, 47%, 51%
HSV67.2°, 46.8%, 48.6%
LAB50.2, -12.0, 30.6
XYZ15.5, 18.6, 7.9
Decimal7699522
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.45:1
Text on #FFFFFF
AA Large
4.72:1
Text on #000000
AA
4.25:1
Text on #F8FAFC
AA Large
4.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #757C42;
}
.text-color {
color: #757C42;
}
.border-color {
border: 2px solid #757C42;
}