#7C8350
A medium, muted yellow closely aligning with Darkolivegreen.
About #7C8350
At its core, #7C8350 is a medium and muted hue. Designers often compare it to the standard color Darkolivegreen. This translates to an RGB value of rgb(124, 131, 80).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 5% cyan, 0% magenta, 39% yellow, and 49% black. The HSL representation is 68.2° hue, 24.2% saturation, and 41.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C8350
RGB124, 131, 80
HSL68.2°, 24.2%, 41.4%
CMYK5%, 0%, 39%, 49%
HSV68.2°, 38.9%, 51.4%
LAB53.1, -11.2, 26.7
XYZ17.9, 21.1, 10.7
Decimal8160080
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.22:1
Text on #000000
AA
3.85:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C8350;
}
.text-color {
color: #7C8350;
}
.border-color {
border: 2px solid #7C8350;
}