#077C49
A dark, vivid green closely aligning with Seagreen.
About #077C49
At its core, #077C49 is a dark and vivid hue. It is closely associated with the named CSS color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 124, and 73.
For print applications, it's crucial to understand its CMYK makeup. The color uses 94% Cyan, 0% Magenta, 41% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#077C49
RGB7, 124, 73
HSL153.8°, 89.3%, 25.7%
CMYK94%, 0%, 41%, 51%
HSV153.8°, 94.4%, 48.6%
LAB45.6, -41.7, 19.9
XYZ8.5, 14.9, 8.7
Decimal490569
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.27:1
Text on #FFFFFF
AA
3.99:1
Text on #000000
AA Large
5.03:1
Text on #F8FAFC
AA
3.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #077C49;
}
.text-color {
color: #077C49;
}
.border-color {
border: 2px solid #077C49;
}