#7CA05F
A medium, muted green closely aligning with Darkseagreen.
About #7CA05F
The precise color #7CA05F is an excellent choice for modern design projects. 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, 160, and 95.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 22% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CA05F
RGB124, 160, 95
HSL93.2°, 25.5%, 50.0%
CMYK22%, 0%, 41%, 37%
HSV93.2°, 40.6%, 62.7%
LAB61.9, -24.3, 29.9
XYZ22.9, 30.3, 15.5
Decimal8167519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.98:1
Text on #FFFFFF
FAIL
7.05:1
Text on #000000
AAA
2.85:1
Text on #F8FAFC
FAIL
5.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7CA05F;
}
.text-color {
color: #7CA05F;
}
.border-color {
border: 2px solid #7CA05F;
}