#07A075
A dark, vivid green closely aligning with Seagreen.
About #07A075
At its core, #07A075 is a dark and vivid hue. Designers often compare it to the standard color Seagreen. In the RGB color space, it consists of 7 red, 160 green, and 117 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 96% C, 0% M, 27% Y, and 37% K. The HSL representation is 163.1° hue, 91.6% saturation, and 32.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07A075
RGB7, 160, 117
HSL163.1°, 91.6%, 32.7%
CMYK96%, 0%, 27%, 37%
HSV163.1°, 95.6%, 62.7%
LAB58.5, -45.7, 12.7
XYZ15.9, 26.5, 21.1
Decimal499829
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.34:1
Text on #FFFFFF
AA Large
6.29:1
Text on #000000
AA
3.19:1
Text on #F8FAFC
AA Large
5.35:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A075;
}
.text-color {
color: #07A075;
}
.border-color {
border: 2px solid #07A075;
}