Shades of Olive Drab #6C8E22
Tints of Olive Drab #6C8E22
RGB
CMYK
RGB Variations
Color information
#6C8E22 (or 0x6C8E22) is known color: Olive Drab. HEX triplet: 6C, 8E and 22. RGB value is (108,142,34). Sum of RGB (Red+Green+Blue) = 108+142+34=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #6C8E22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8E22 is #9371DD. Grayscale: #777777. Windows color (decimal): -9662942 or 2264684. OLE color: 2264684.
HSL color Cylindrical-coordinate representation of color #6C8E22: hue angle of 78.89º degrees, saturation: 0.61, 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 #6C8E22 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 142 | 34 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.44 |
| HSL | 78.89º | 0.61% | 0.35% | - |
| HSV(B) | 78.89º | 0.76% | 0.56% | - |
| XYZ | 16.15 | 22.65 | 5.03 | - |
| YUV | 119.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 142 | 34 | 0.24 | 0 | 0.76 | 0.44 | 78.89 | 0.61 | 0.35 |
| Hex | 6C | 8E | 22 | 18 | 0 | 4C | 2C | 4F | 3D | 23 |
| Octal | 154 | 216 | 42 | 30 | 0 | 114 | 54 | 117 | 75 | 43 |
| Binary | 1101100 | 10001110 | 100010 | 11000 | 0 | 1001100 | 101100 | 1001111 | 111101 | 100011 |
Color Harmonies of #6C8E22
Complementary color
Monochromatic Colors of #6C8E22
Black with #6C8E22
Text Example
Text Example
White with #6C8E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8E22; }
p { color: rgb(108,142,34); }
H1.HeaderClassName
{
color: #6C8E22;
}
.AnyTagClassName
{
color: #6C8E22;
}
</style>
background-color css
<style>
a { background-color: #6C8E22; }
a { background-color: rgb(108,142,34); }
div.DivClassName
{
background-color: #6C8E22;
}
.BgClassName
{
background-color: #6C8E22;
}
</style>
border-color css
<style>
span { border-color: #6C8E22; }
span { border-color: rgb(108,142,34); }
td.TdClassName
{
border-color: #6C8E22;
}
.TagClassName
{
border-color: #6C8E22;
}
</style>