Shades of Olive Drab #6E9022
Tints of Olive Drab #6E9022
RGB
CMYK
RGB Variations
Color information
#6E9022 (or 0x6E9022) is known color: Olive Drab. HEX triplet: 6E, 90 and 22. RGB value is (110,144,34). Sum of RGB (Red+Green+Blue) = 110+144+34=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #6E9022 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9022 is #916FDD. Grayscale: #797979. Windows color (decimal): -9531358 or 2265198. OLE color: 2265198.
HSL color Cylindrical-coordinate representation of color #6E9022: hue angle of 78.55º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E9022 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 144 | 34 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.44 |
| HSL | 78.55º | 0.62% | 0.35% | - |
| HSV(B) | 78.55º | 0.76% | 0.56% | - |
| XYZ | 16.69 | 23.38 | 5.15 | - |
| YUV | 121.29 | 78.74 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 144 | 34 | 0.24 | 0 | 0.76 | 0.44 | 78.55 | 0.62 | 0.35 |
| Hex | 6E | 90 | 22 | 18 | 0 | 4C | 2C | 4F | 3E | 23 |
| Octal | 156 | 220 | 42 | 30 | 0 | 114 | 54 | 117 | 76 | 43 |
| Binary | 1101110 | 10010000 | 100010 | 11000 | 0 | 1001100 | 101100 | 1001111 | 111110 | 100011 |
Color Harmonies of #6E9022
Complementary color
Monochromatic Colors of #6E9022
Black with #6E9022
Text Example
Text Example
White with #6E9022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9022; }
p { color: rgb(110,144,34); }
H1.HeaderClassName
{
color: #6E9022;
}
.AnyTagClassName
{
color: #6E9022;
}
</style>
background-color css
<style>
a { background-color: #6E9022; }
a { background-color: rgb(110,144,34); }
div.DivClassName
{
background-color: #6E9022;
}
.BgClassName
{
background-color: #6E9022;
}
</style>
border-color css
<style>
span { border-color: #6E9022; }
span { border-color: rgb(110,144,34); }
td.TdClassName
{
border-color: #6E9022;
}
.TagClassName
{
border-color: #6E9022;
}
</style>