#077C2C
A dark, vivid green closely aligning with Darkgreen.
About #077C2C
At its core, #077C2C is a dark and vivid hue. It is closely associated with the named CSS color Darkgreen. In the RGB color space, it consists of 7 red, 124 green, and 44 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 94% cyan, 0% magenta, 65% yellow, and 51% black. The HSL representation is 139.0° hue, 89.3% saturation, and 25.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#077C2C
RGB7, 124, 44
HSL139.0°, 89.3%, 25.7%
CMYK94%, 0%, 65%, 51%
HSV139.0°, 94.4%, 48.6%
LAB45.1, -46.7, 34.8
XYZ7.7, 14.6, 4.8
Decimal490540
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.35:1
Text on #FFFFFF
AA
3.93:1
Text on #000000
AA Large
5.11:1
Text on #F8FAFC
AA
3.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #077C2C;
}
.text-color {
color: #077C2C;
}
.border-color {
border: 2px solid #077C2C;
}