Shades of Olive Drab #66860D
Tints of Olive Drab #66860D
RGB
CMYK
RGB Variations
Color information
#66860D (or 0x66860D) is known color: Olive Drab. HEX triplet: 66, 86 and 0D. RGB value is (102,134,13). Sum of RGB (Red+Green+Blue) = 102+134+13=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #66860D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66860D is #9979F2. Grayscale: #6F6F6F. Windows color (decimal): -10058227 or 886374. OLE color: 886374.
HSL color Cylindrical-coordinate representation of color #66860D: hue angle of 75.87º degrees, saturation: 0.82, 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 #66860D is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 134 | 13 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.47 |
| HSL | 75.87º | 0.82% | 0.29% | - |
| HSV(B) | 75.87º | 0.9% | 0.53% | - |
| XYZ | 14.08 | 19.9 | 3.48 | - |
| YUV | 110.64 | 72.9 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 134 | 13 | 0.24 | 0 | 0.90 | 0.47 | 75.87 | 0.82 | 0.29 |
| Hex | 66 | 86 | D | 18 | 0 | 5A | 2F | 4C | 52 | 1D |
| Octal | 146 | 206 | 15 | 30 | 0 | 132 | 57 | 114 | 122 | 35 |
| Binary | 1100110 | 10000110 | 1101 | 11000 | 0 | 1011010 | 101111 | 1001100 | 1010010 | 11101 |
Color Harmonies of #66860D
Complementary color
Monochromatic Colors of #66860D
Black with #66860D
Text Example
Text Example
White with #66860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66860D; }
p { color: rgb(102,134,13); }
H1.HeaderClassName
{
color: #66860D;
}
.AnyTagClassName
{
color: #66860D;
}
</style>
background-color css
<style>
a { background-color: #66860D; }
a { background-color: rgb(102,134,13); }
div.DivClassName
{
background-color: #66860D;
}
.BgClassName
{
background-color: #66860D;
}
</style>
border-color css
<style>
span { border-color: #66860D; }
span { border-color: rgb(102,134,13); }
td.TdClassName
{
border-color: #66860D;
}
.TagClassName
{
border-color: #66860D;
}
</style>