Shades of Olive Drab #668E0E
Tints of Olive Drab #668E0E
RGB
CMYK
RGB Variations
Color information
#668E0E (or 0x668E0E) is known color: Olive Drab. HEX triplet: 66, 8E and 0E. RGB value is (102,142,14). Sum of RGB (Red+Green+Blue) = 102+142+14=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 142 (55.86% from 255 or 55.04% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 142 - color contains mainly: green. Hex color #668E0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668E0E is #9971F1. Grayscale: #737373. Windows color (decimal): -10056178 or 953958. OLE color: 953958.
HSL color Cylindrical-coordinate representation of color #668E0E: hue angle of 78.75º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #668E0E is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 142 | 14 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.44 |
| HSL | 78.75º | 0.82% | 0.31% | - |
| HSV(B) | 78.75º | 0.9% | 0.56% | - |
| XYZ | 15.23 | 22.2 | 3.9 | - |
| YUV | 115.45 | 70.75 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 14 | 0.28 | 0 | 0.90 | 0.44 | 78.75 | 0.82 | 0.31 |
| Hex | 66 | 8E | E | 1C | 0 | 5A | 2C | 4F | 52 | 1F |
| Octal | 146 | 216 | 16 | 34 | 0 | 132 | 54 | 117 | 122 | 37 |
| Binary | 1100110 | 10001110 | 1110 | 11100 | 0 | 1011010 | 101100 | 1001111 | 1010010 | 11111 |
Color Harmonies of #668E0E
Complementary color
Monochromatic Colors of #668E0E
Black with #668E0E
Text Example
Text Example
White with #668E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E0E; }
p { color: rgb(102,142,14); }
H1.HeaderClassName
{
color: #668E0E;
}
.AnyTagClassName
{
color: #668E0E;
}
</style>
background-color css
<style>
a { background-color: #668E0E; }
a { background-color: rgb(102,142,14); }
div.DivClassName
{
background-color: #668E0E;
}
.BgClassName
{
background-color: #668E0E;
}
</style>
border-color css
<style>
span { border-color: #668E0E; }
span { border-color: rgb(102,142,14); }
td.TdClassName
{
border-color: #668E0E;
}
.TagClassName
{
border-color: #668E0E;
}
</style>