#7C8A5F
A medium, muted green closely aligning with Darkolivegreen.
About #7C8A5F
At its core, #7C8A5F is a medium and muted hue. Designers often compare it to the standard color Darkolivegreen. Its digital footprint relies on 124 parts red, 138 parts green, and 95 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 10% Cyan, 0% Magenta, 31% Yellow, and 46% Black. The HSL representation is 79.5° hue, 18.5% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C8A5F
RGB124, 138, 95
HSL79.5°, 18.5%, 45.7%
CMYK10%, 0%, 31%, 46%
HSV79.5°, 31.2%, 54.1%
LAB55.4, -12.9, 21.4
XYZ19.5, 23.3, 14.3
Decimal8161887
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.71:1
Text on #FFFFFF
AA Large
5.66:1
Text on #000000
AA
3.55:1
Text on #F8FAFC
AA Large
4.81:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C8A5F;
}
.text-color {
color: #7C8A5F;
}
.border-color {
border: 2px solid #7C8A5F;
}