#739773
a balanced, muted green · cool · closest name: seagreen
RGB
115, 151, 115
HSL
120°, 15%, 52%
CMYK
24, 0, 24, 41
Luminance
0.2702
Every format
| HEX | #739773 |
| RGB | rgb(115, 151, 115) |
| HSL | hsl(120, 15%, 52%) |
| CMYK | cmyk(24%, 0%, 24%, 41%) |
| LAB | lab(59.0 -19.9 15.0) |
| LCH | lch(59.0 24.9 142.9) |
| OKLCH | oklch(0.639 0.066 144.7) |
Copy-ready code
/* CSS */
color: #739773;
background-color: #739773;
/* Tailwind (arbitrary) */
class="text-[#739773] bg-[#739773]"
/* SCSS */
$brand: #739773;
/* SwiftUI */
Color(red: 0.451, green: 0.592, blue: 0.451)
/* Android */
Color.parseColor("#739773")Accessibility — WCAG contrast
Aa
#739773 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#739773 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green59.2%
Blue45.1%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow23.8%
Key (black)40.8%
Color previews
#739773 text on a black background
contrast 6.40:1
Card sample
#739773 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #739773;
Background color
Panel with #739773 background
background-color: #739773;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #739773;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 151, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 151, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #739773; background: linear-gradient(135deg, #739773, #73978B);