#7CB699
A light, muted green closely aligning with Darkseagreen.
About #7CB699
The hex code #7CB699 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 182, and 153.
If you are designing for print, the four-color process is what matters most. The color uses 32% Cyan, 0% Magenta, 16% Yellow, and 29% Black. With a hue angle of 150.0 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CB699
RGB124, 182, 153
HSL150.0°, 28.4%, 60.0%
CMYK32%, 0%, 16%, 29%
HSV150.0°, 31.9%, 71.4%
LAB69.5, -25.1, 8.8
XYZ30.8, 40.0, 36.2
Decimal8173209
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
9.01:1
Text on #000000
AAA
2.23:1
Text on #F8FAFC
FAIL
7.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CB699;
}
.text-color {
color: #7CB699;
}
.border-color {
border: 2px solid #7CB699;
}