#7C8349
A medium, muted yellow closely aligning with Darkolivegreen.
About #7C8349
The precise color #7C8349 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkolivegreen. This translates to an RGB value of rgb(124, 131, 73).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 5% Cyan, 0% Magenta, 44% Yellow, and 49% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C8349
RGB124, 131, 73
HSL67.2°, 28.4%, 40.0%
CMYK5%, 0%, 44%, 49%
HSV67.2°, 44.3%, 51.4%
LAB52.9, -12.0, 30.4
XYZ17.6, 21.0, 9.4
Decimal8160073
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.04:1
Text on #FFFFFF
AA Large
5.20:1
Text on #000000
AA
3.86:1
Text on #F8FAFC
AA Large
4.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C8349;
}
.text-color {
color: #7C8349;
}
.border-color {
border: 2px solid #7C8349;
}