Shades of Olive Drab #6E961E
Tints of Olive Drab #6E961E
RGB
CMYK
RGB Variations
Color information
#6E961E (or 0x6E961E) is known color: Olive Drab. HEX triplet: 6E, 96 and 1E. RGB value is (110,150,30). Sum of RGB (Red+Green+Blue) = 110+150+30=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #6E961E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E961E is #9169E1. Grayscale: #7C7C7C. Windows color (decimal): -9529826 or 2004590. OLE color: 2004590.
HSL color Cylindrical-coordinate representation of color #6E961E: hue angle of 80º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E961E is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 150 | 30 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.41 |
| HSL | 80º | 0.67% | 0.35% | - |
| HSV(B) | 80º | 0.8% | 0.59% | - |
| XYZ | 17.57 | 25.22 | 5.17 | - |
| YUV | 124.36 | 74.75 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 150 | 30 | 0.27 | 0 | 0.80 | 0.41 | 80 | 0.67 | 0.35 |
| Hex | 6E | 96 | 1E | 1B | 0 | 50 | 29 | 50 | 43 | 23 |
| Octal | 156 | 226 | 36 | 33 | 0 | 120 | 51 | 120 | 103 | 43 |
| Binary | 1101110 | 10010110 | 11110 | 11011 | 0 | 1010000 | 101001 | 1010000 | 1000011 | 100011 |
Color Harmonies of #6E961E
Complementary color
Monochromatic Colors of #6E961E
Black with #6E961E
Text Example
Text Example
White with #6E961E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E961E; }
p { color: rgb(110,150,30); }
H1.HeaderClassName
{
color: #6E961E;
}
.AnyTagClassName
{
color: #6E961E;
}
</style>
background-color css
<style>
a { background-color: #6E961E; }
a { background-color: rgb(110,150,30); }
div.DivClassName
{
background-color: #6E961E;
}
.BgClassName
{
background-color: #6E961E;
}
</style>
border-color css
<style>
span { border-color: #6E961E; }
span { border-color: rgb(110,150,30); }
td.TdClassName
{
border-color: #6E961E;
}
.TagClassName
{
border-color: #6E961E;
}
</style>