Shades of Olive Drab #66880C
Tints of Olive Drab #66880C
RGB
CMYK
RGB Variations
Color information
#66880C (or 0x66880C) is known color: Olive Drab. HEX triplet: 66, 88 and 0C. RGB value is (102,136,12). Sum of RGB (Red+Green+Blue) = 102+136+12=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #66880C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66880C is #9977F3. Grayscale: #707070. Windows color (decimal): -10057716 or 821350. OLE color: 821350.
HSL color Cylindrical-coordinate representation of color #66880C: hue angle of 76.45º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66880C is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 12 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.47 |
| HSL | 76.45º | 0.84% | 0.29% | - |
| HSV(B) | 76.45º | 0.91% | 0.53% | - |
| XYZ | 14.35 | 20.46 | 3.54 | - |
| YUV | 111.7 | 71.74 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 12 | 0.25 | 0 | 0.91 | 0.47 | 76.45 | 0.84 | 0.29 |
| Hex | 66 | 88 | C | 19 | 0 | 5B | 2F | 4C | 54 | 1D |
| Octal | 146 | 210 | 14 | 31 | 0 | 133 | 57 | 114 | 124 | 35 |
| Binary | 1100110 | 10001000 | 1100 | 11001 | 0 | 1011011 | 101111 | 1001100 | 1010100 | 11101 |
Color Harmonies of #66880C
Complementary color
Monochromatic Colors of #66880C
Black with #66880C
Text Example
Text Example
White with #66880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66880C; }
p { color: rgb(102,136,12); }
H1.HeaderClassName
{
color: #66880C;
}
.AnyTagClassName
{
color: #66880C;
}
</style>
background-color css
<style>
a { background-color: #66880C; }
a { background-color: rgb(102,136,12); }
div.DivClassName
{
background-color: #66880C;
}
.BgClassName
{
background-color: #66880C;
}
</style>
border-color css
<style>
span { border-color: #66880C; }
span { border-color: rgb(102,136,12); }
td.TdClassName
{
border-color: #66880C;
}
.TagClassName
{
border-color: #66880C;
}
</style>