#7CA06D
A medium, muted green closely aligning with Darkseagreen.
About #7CA06D
At its core, #7CA06D is a medium and muted hue. It is closely associated with the named CSS color Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 160, and 109.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 22% Cyan, 0% Magenta, 32% Yellow, and 37% Black. With a hue angle of 102.4 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CA06D
RGB124, 160, 109
HSL102.4°, 21.2%, 52.7%
CMYK22%, 0%, 32%, 37%
HSV102.4°, 31.9%, 62.7%
LAB62.1, -22.2, 22.7
XYZ23.6, 30.5, 19.1
Decimal8167533
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.96:1
Text on #FFFFFF
FAIL
7.11:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.04:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7CA06D;
}
.text-color {
color: #7CA06D;
}
.border-color {
border: 2px solid #7CA06D;
}