Shades of Olive Drab #66880A
Tints of Olive Drab #66880A
RGB
CMYK
RGB Variations
Color information
#66880A (or 0x66880A) is known color: Olive Drab. HEX triplet: 66, 88 and 0A. RGB value is (102,136,10). Sum of RGB (Red+Green+Blue) = 102+136+10=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #66880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66880A is #9977F5. Grayscale: #6F6F6F. Windows color (decimal): -10057718 or 690278. OLE color: 690278.
HSL color Cylindrical-coordinate representation of color #66880A: hue angle of 76.19º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66880A is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 10 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.47 |
| HSL | 76.19º | 0.86% | 0.29% | - |
| HSV(B) | 76.19º | 0.93% | 0.53% | - |
| XYZ | 14.34 | 20.46 | 3.48 | - |
| YUV | 111.47 | 70.74 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 10 | 0.25 | 0 | 0.93 | 0.47 | 76.19 | 0.86 | 0.29 |
| Hex | 66 | 88 | A | 19 | 0 | 5D | 2F | 4C | 56 | 1D |
| Octal | 146 | 210 | 12 | 31 | 0 | 135 | 57 | 114 | 126 | 35 |
| Binary | 1100110 | 10001000 | 1010 | 11001 | 0 | 1011101 | 101111 | 1001100 | 1010110 | 11101 |
Color Harmonies of #66880A
Complementary color
Monochromatic Colors of #66880A
Black with #66880A
Text Example
Text Example
White with #66880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66880A; }
p { color: rgb(102,136,10); }
H1.HeaderClassName
{
color: #66880A;
}
.AnyTagClassName
{
color: #66880A;
}
</style>
background-color css
<style>
a { background-color: #66880A; }
a { background-color: rgb(102,136,10); }
div.DivClassName
{
background-color: #66880A;
}
.BgClassName
{
background-color: #66880A;
}
</style>
border-color css
<style>
span { border-color: #66880A; }
span { border-color: rgb(102,136,10); }
td.TdClassName
{
border-color: #66880A;
}
.TagClassName
{
border-color: #66880A;
}
</style>