Shades of Olive Drab #668E22
Tints of Olive Drab #668E22
RGB
CMYK
RGB Variations
Color information
#668E22 (or 0x668E22) is known color: Olive Drab. HEX triplet: 66, 8E and 22. RGB value is (102,142,34). Sum of RGB (Red+Green+Blue) = 102+142+34=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 142 (55.86% from 255 or 51.08% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 142 - color contains mainly: green. Hex color #668E22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668E22 is #9971DD. Grayscale: #767676. Windows color (decimal): -10056158 or 2264678. OLE color: 2264678.
HSL color Cylindrical-coordinate representation of color #668E22: hue angle of 82.22º 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 #668E22 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 142 | 34 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.44 |
| HSL | 82.22º | 0.61% | 0.35% | - |
| HSV(B) | 82.22º | 0.76% | 0.56% | - |
| XYZ | 15.44 | 22.29 | 5 | - |
| YUV | 117.73 | 80.75 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 34 | 0.28 | 0 | 0.76 | 0.44 | 82.22 | 0.61 | 0.35 |
| Hex | 66 | 8E | 22 | 1C | 0 | 4C | 2C | 52 | 3D | 23 |
| Octal | 146 | 216 | 42 | 34 | 0 | 114 | 54 | 122 | 75 | 43 |
| Binary | 1100110 | 10001110 | 100010 | 11100 | 0 | 1001100 | 101100 | 1010010 | 111101 | 100011 |
Color Harmonies of #668E22
Complementary color
Monochromatic Colors of #668E22
Black with #668E22
Text Example
Text Example
White with #668E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E22; }
p { color: rgb(102,142,34); }
H1.HeaderClassName
{
color: #668E22;
}
.AnyTagClassName
{
color: #668E22;
}
</style>
background-color css
<style>
a { background-color: #668E22; }
a { background-color: rgb(102,142,34); }
div.DivClassName
{
background-color: #668E22;
}
.BgClassName
{
background-color: #668E22;
}
</style>
border-color css
<style>
span { border-color: #668E22; }
span { border-color: rgb(102,142,34); }
td.TdClassName
{
border-color: #668E22;
}
.TagClassName
{
border-color: #668E22;
}
</style>