#7CA075
A medium, muted green closely aligning with Darkseagreen.
About #7CA075
At its core, #7CA075 is a medium and muted hue. Its closest recognized web color is Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 160, and 117.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 22% C, 0% M, 27% Y, and 37% K. The HSL representation is 110.2° hue, 18.5% saturation, and 54.3% 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#7CA075
RGB124, 160, 117
HSL110.2°, 18.5%, 54.3%
CMYK22%, 0%, 27%, 37%
HSV110.2°, 26.9%, 62.7%
LAB62.3, -20.9, 18.5
XYZ24.1, 30.7, 21.5
Decimal8167541
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.14:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7CA075;
}
.text-color {
color: #7CA075;
}
.border-color {
border: 2px solid #7CA075;
}