#07752C
A dark, vivid green closely aligning with Darkgreen.
About #07752C
When working with digital screens, the color #07752C is rendered by mixing light. It is closely associated with the named CSS color Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 117, and 44.
Translating this color to physical media requires the CMYK color model. The color uses 94% Cyan, 0% Magenta, 62% Yellow, and 54% Black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07752C
RGB7, 117, 44
HSL140.2°, 88.7%, 24.3%
CMYK94%, 0%, 62%, 54%
HSV140.2°, 94.0%, 45.9%
LAB42.7, -44.3, 31.9
XYZ6.9, 12.9, 4.5
Decimal488748
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.85:1
Text on #FFFFFF
AA
3.59:1
Text on #000000
AA Large
5.59:1
Text on #F8FAFC
AA
3.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #07752C;
}
.text-color {
color: #07752C;
}
.border-color {
border: 2px solid #07752C;
}