Shades of Olive Drab #66880E
Tints of Olive Drab #66880E
RGB
CMYK
RGB Variations
Color information
#66880E (or 0x66880E) is known color: Olive Drab. HEX triplet: 66, 88 and 0E. RGB value is (102,136,14). Sum of RGB (Red+Green+Blue) = 102+136+14=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #66880E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66880E is #9977F1. Grayscale: #707070. Windows color (decimal): -10057714 or 952422. OLE color: 952422.
HSL color Cylindrical-coordinate representation of color #66880E: hue angle of 76.72º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66880E is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 14 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.47 |
| HSL | 76.72º | 0.81% | 0.29% | - |
| HSV(B) | 76.72º | 0.9% | 0.53% | - |
| XYZ | 14.36 | 20.46 | 3.61 | - |
| YUV | 111.93 | 72.74 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 14 | 0.25 | 0 | 0.90 | 0.47 | 76.72 | 0.81 | 0.29 |
| Hex | 66 | 88 | E | 19 | 0 | 5A | 2F | 4D | 51 | 1D |
| Octal | 146 | 210 | 16 | 31 | 0 | 132 | 57 | 115 | 121 | 35 |
| Binary | 1100110 | 10001000 | 1110 | 11001 | 0 | 1011010 | 101111 | 1001101 | 1010001 | 11101 |
Color Harmonies of #66880E
Complementary color
Monochromatic Colors of #66880E
Black with #66880E
Text Example
Text Example
White with #66880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66880E; }
p { color: rgb(102,136,14); }
H1.HeaderClassName
{
color: #66880E;
}
.AnyTagClassName
{
color: #66880E;
}
</style>
background-color css
<style>
a { background-color: #66880E; }
a { background-color: rgb(102,136,14); }
div.DivClassName
{
background-color: #66880E;
}
.BgClassName
{
background-color: #66880E;
}
</style>
border-color css
<style>
span { border-color: #66880E; }
span { border-color: rgb(102,136,14); }
td.TdClassName
{
border-color: #66880E;
}
.TagClassName
{
border-color: #66880E;
}
</style>