Shades of Olive Drab #66870F
Tints of Olive Drab #66870F
RGB
CMYK
RGB Variations
Color information
#66870F (or 0x66870F) is known color: Olive Drab. HEX triplet: 66, 87 and 0F. RGB value is (102,135,15). Sum of RGB (Red+Green+Blue) = 102+135+15=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #66870F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66870F is #9978F0. Grayscale: #6F6F6F. Windows color (decimal): -10057969 or 1017702. OLE color: 1017702.
HSL color Cylindrical-coordinate representation of color #66870F: hue angle of 76.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66870F is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 135 | 15 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.47 |
| HSL | 76.5º | 0.8% | 0.29% | - |
| HSV(B) | 76.5º | 0.89% | 0.53% | - |
| XYZ | 14.23 | 20.19 | 3.6 | - |
| YUV | 111.45 | 73.57 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 15 | 0.24 | 0 | 0.89 | 0.47 | 76.5 | 0.8 | 0.29 |
| Hex | 66 | 87 | F | 18 | 0 | 59 | 2F | 4C | 50 | 1D |
| Octal | 146 | 207 | 17 | 30 | 0 | 131 | 57 | 114 | 120 | 35 |
| Binary | 1100110 | 10000111 | 1111 | 11000 | 0 | 1011001 | 101111 | 1001100 | 1010000 | 11101 |
Color Harmonies of #66870F
Complementary color
Monochromatic Colors of #66870F
Black with #66870F
Text Example
Text Example
White with #66870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66870F; }
p { color: rgb(102,135,15); }
H1.HeaderClassName
{
color: #66870F;
}
.AnyTagClassName
{
color: #66870F;
}
</style>
background-color css
<style>
a { background-color: #66870F; }
a { background-color: rgb(102,135,15); }
div.DivClassName
{
background-color: #66870F;
}
.BgClassName
{
background-color: #66870F;
}
</style>
border-color css
<style>
span { border-color: #66870F; }
span { border-color: rgb(102,135,15); }
td.TdClassName
{
border-color: #66870F;
}
.TagClassName
{
border-color: #66870F;
}
</style>