#077C3A
A dark, vivid green closely aligning with Seagreen.
About #077C3A
At its core, #077C3A is a dark and vivid hue. Designers often compare it to the standard color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 124, and 58.
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, 53% yellow, and 51% black. With a hue angle of 146.2 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#077C3A
RGB7, 124, 58
HSL146.2°, 89.3%, 25.7%
CMYK94%, 0%, 53%, 51%
HSV146.2°, 94.4%, 48.6%
LAB45.3, -44.6, 27.8
XYZ8.1, 14.8, 6.4
Decimal490554
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.31:1
Text on #FFFFFF
AA
3.95:1
Text on #000000
AA Large
5.08:1
Text on #F8FAFC
AA
3.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #077C3A;
}
.text-color {
color: #077C3A;
}
.border-color {
border: 2px solid #077C3A;
}