Shades of Olive Drab #668E06
Tints of Olive Drab #668E06
RGB
CMYK
RGB Variations
Color information
#668E06 (or 0x668E06) is known color: Olive Drab. HEX triplet: 66, 8E and 06. RGB value is (102,142,6). Sum of RGB (Red+Green+Blue) = 102+142+6=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 142 (55.86% from 255 or 56.8% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 142 - color contains mainly: green. Hex color #668E06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668E06 is #9971F9. Grayscale: #737373. Windows color (decimal): -10056186 or 429670. OLE color: 429670.
HSL color Cylindrical-coordinate representation of color #668E06: hue angle of 77.65º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #668E06 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 142 | 6 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.44 |
| HSL | 77.65º | 0.92% | 0.29% | - |
| HSV(B) | 77.65º | 0.96% | 0.56% | - |
| XYZ | 15.19 | 22.18 | 3.65 | - |
| YUV | 114.54 | 66.75 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 6 | 0.28 | 0 | 0.96 | 0.44 | 77.65 | 0.92 | 0.29 |
| Hex | 66 | 8E | 6 | 1C | 0 | 60 | 2C | 4E | 5C | 1D |
| Octal | 146 | 216 | 6 | 34 | 0 | 140 | 54 | 116 | 134 | 35 |
| Binary | 1100110 | 10001110 | 110 | 11100 | 0 | 1100000 | 101100 | 1001110 | 1011100 | 11101 |
Color Harmonies of #668E06
Complementary color
Monochromatic Colors of #668E06
Black with #668E06
Text Example
Text Example
White with #668E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E06; }
p { color: rgb(102,142,6); }
H1.HeaderClassName
{
color: #668E06;
}
.AnyTagClassName
{
color: #668E06;
}
</style>
background-color css
<style>
a { background-color: #668E06; }
a { background-color: rgb(102,142,6); }
div.DivClassName
{
background-color: #668E06;
}
.BgClassName
{
background-color: #668E06;
}
</style>
border-color css
<style>
span { border-color: #668E06; }
span { border-color: rgb(102,142,6); }
td.TdClassName
{
border-color: #668E06;
}
.TagClassName
{
border-color: #668E06;
}
</style>