#7CB67C
A light, muted green closely aligning with Darkseagreen.
About #7CB67C
Visually, #7CB67C is defined as a muted green. It is closely associated with the named CSS color Darkseagreen. This translates to an RGB value of rgb(124, 182, 124).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 32% cyan and 0% magenta inks. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#7CB67C
RGB124, 182, 124
HSL120.0°, 28.4%, 60.0%
CMYK32%, 0%, 32%, 29%
HSV120.0°, 31.9%, 71.4%
LAB68.9, -30.6, 23.7
XYZ28.7, 39.2, 25.1
Decimal8173180
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.38:1
Text on #FFFFFF
FAIL
8.84:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CB67C;
}
.text-color {
color: #7CB67C;
}
.border-color {
border: 2px solid #7CB67C;
}