#757549
A dark, muted yellow closely aligning with Darkolivegreen.
About #757549
At its core, #757549 is a dark and muted hue. Designers often compare it to the standard color Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 117, and 73.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 0% Magenta, 38% Yellow, and 54% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#757549
RGB117, 117, 73
HSL60.0°, 23.2%, 37.3%
CMYK0%, 0%, 38%, 54%
HSV60.0°, 37.6%, 45.9%
LAB48.2, -7.3, 24.3
XYZ14.9, 17.0, 8.8
Decimal7697737
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.78:1
Text on #FFFFFF
AA
4.40:1
Text on #000000
AA Large
4.56:1
Text on #F8FAFC
AA
3.74:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #757549;
}
.text-color {
color: #757549;
}
.border-color {
border: 2px solid #757549;
}