#006649
A dark, vivid green closely aligning with Seagreen.
About #006649
At its core, #006649 is a dark and vivid hue. Designers often compare it to the standard color Seagreen. This translates to an RGB value of rgb(0, 102, 73).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 100% C, 0% M, 28% Y, and 60% K. 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. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#006649
RGB0, 102, 73
HSL162.9°, 100.0%, 20.0%
CMYK100%, 0%, 28%, 60%
HSV162.9°, 100.0%, 40.0%
LAB37.8, -33.4, 9.3
XYZ6.0, 10.0, 7.9
Decimal26185
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.01:1
Text on #FFFFFF
AAA
3.00:1
Text on #000000
FAIL
6.70:1
Text on #F8FAFC
AA
2.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #006649;
}
.text-color {
color: #006649;
}
.border-color {
border: 2px solid #006649;
}