#076D42
A dark, vivid green closely aligning with Seagreen.
About #076D42
At its core, #076D42 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, 109, and 66.
For print applications, it's crucial to understand its CMYK makeup. The color uses 94% Cyan, 0% Magenta, 39% Yellow, and 57% Black. With a hue angle of 154.7 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#076D42
RGB7, 109, 66
HSL154.7°, 87.9%, 22.7%
CMYK94%, 0%, 39%, 57%
HSV154.7°, 93.6%, 42.7%
LAB40.2, -37.4, 16.8
XYZ6.5, 11.4, 7.0
Decimal486722
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.41:1
Text on #FFFFFF
AA
3.28:1
Text on #000000
AA Large
6.13:1
Text on #F8FAFC
AA
2.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #076D42;
}
.text-color {
color: #076D42;
}
.border-color {
border: 2px solid #076D42;
}