#678122
a dark, vivid green · cool · closest name: olivedrab
RGB
103, 129, 34
HSL
76°, 58%, 32%
CMYK
20, 0, 74, 49
Luminance
0.1870
Every format
| HEX | #678122 |
| RGB | rgb(103, 129, 34) |
| HSL | hsl(76, 58%, 32%) |
| CMYK | cmyk(20%, 0%, 74%, 49%) |
| LAB | lab(50.3 -23.6 45.7) |
| LCH | lch(50.3 51.5 117.2) |
| OKLCH | oklch(0.564 0.123 123.8) |
Copy-ready code
/* CSS */
color: #678122;
background-color: #678122;
/* Tailwind (arbitrary) */
class="text-[#678122] bg-[#678122]"
/* SCSS */
$brand: #678122;
/* SwiftUI */
Color(red: 0.404, green: 0.506, blue: 0.133)
/* Android */
Color.parseColor("#678122")Accessibility — WCAG contrast
Aa
#678122 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#678122 on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green50.6%
Blue13.3%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow73.6%
Key (black)49.4%
Color previews
#678122 text on a black background
contrast 4.74:1
Card sample
#678122 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #678122;
Background color
Panel with #678122 background
background-color: #678122;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #678122;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 129, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 129, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #678122; background: linear-gradient(135deg, #678122, #288122);