#699028
a dark, vivid green · cool · “olivedrab”
RGB
105, 144, 40
HSL
83°, 57%, 36%
CMYK
27, 0, 72, 44
Luminance
0.2310
Every format
| HEX | #699028 |
| RGB | rgb(105, 144, 40) |
| HSL | hsl(83, 57%, 36%) |
| CMYK | cmyk(27%, 0%, 72%, 44%) |
| LAB | lab(55.2 -29.7 48.3) |
| LCH | lch(55.2 56.7 121.6) |
| OKLCH | oklch(0.604 0.138 128.0) |
Copy-ready code
/* CSS */
color: #699028;
background-color: #699028;
/* Tailwind (arbitrary) */
class="text-[#699028] bg-[#699028]"
/* SCSS */
$brand: #699028;
/* SwiftUI */
Color(red: 0.412, green: 0.565, blue: 0.157)
/* Android */
Color.parseColor("#699028")Accessibility — WCAG contrast
Aa
#699028 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#699028 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green56.5%
Blue15.7%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow72.2%
Key (black)43.5%
Color previews
#699028 text on a black background
contrast 5.62:1
Card sample
#699028 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #699028;
Background color
Panel with #699028 background
background-color: #699028;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #699028;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 144, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 144, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #699028; background: linear-gradient(135deg, #699028, #28902C);