#7C9966
A medium, muted green closely aligning with Darkseagreen.
About #7C9966
When working with digital screens, the color #7C9966 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkseagreen. This translates to an RGB value of rgb(124, 153, 102).
For print applications, it's crucial to understand its CMYK makeup. The color uses 19% Cyan, 0% Magenta, 33% Yellow, and 40% Black. With a hue angle of 94.1 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C9966
RGB124, 153, 102
HSL94.1°, 20.0%, 50.0%
CMYK19%, 0%, 33%, 40%
HSV94.1°, 33.3%, 60.0%
LAB59.9, -19.7, 23.6
XYZ22.1, 28.0, 16.8
Decimal8165734
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.18:1
Text on #FFFFFF
AA Large
6.61:1
Text on #000000
AA
3.04:1
Text on #F8FAFC
AA Large
5.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C9966;
}
.text-color {
color: #7C9966;
}
.border-color {
border: 2px solid #7C9966;
}