Shades of Olive Drab #60870F
Tints of Olive Drab #60870F
RGB
CMYK
RGB Variations
Color information
#60870F (or 0x60870F) is known color: Olive Drab. HEX triplet: 60, 87 and 0F. RGB value is (96,135,15). Sum of RGB (Red+Green+Blue) = 96+135+15=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #60870F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60870F is #9F78F0. Grayscale: #6E6E6E. Windows color (decimal): -10451185 or 1017696. OLE color: 1017696.
HSL color Cylindrical-coordinate representation of color #60870F: hue angle of 79.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 #60870F is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 135 | 15 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.47 |
| HSL | 79.5º | 0.8% | 0.29% | - |
| HSV(B) | 79.5º | 0.89% | 0.53% | - |
| XYZ | 13.57 | 19.85 | 3.57 | - |
| YUV | 109.66 | 74.58 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 15 | 0.29 | 0 | 0.89 | 0.47 | 79.5 | 0.8 | 0.29 |
| Hex | 60 | 87 | F | 1D | 0 | 59 | 2F | 50 | 50 | 1D |
| Octal | 140 | 207 | 17 | 35 | 0 | 131 | 57 | 120 | 120 | 35 |
| Binary | 1100000 | 10000111 | 1111 | 11101 | 0 | 1011001 | 101111 | 1010000 | 1010000 | 11101 |
Color Harmonies of #60870F
Complementary color
Monochromatic Colors of #60870F
Black with #60870F
Text Example
Text Example
White with #60870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60870F; }
p { color: rgb(96,135,15); }
H1.HeaderClassName
{
color: #60870F;
}
.AnyTagClassName
{
color: #60870F;
}
</style>
background-color css
<style>
a { background-color: #60870F; }
a { background-color: rgb(96,135,15); }
div.DivClassName
{
background-color: #60870F;
}
.BgClassName
{
background-color: #60870F;
}
</style>
border-color css
<style>
span { border-color: #60870F; }
span { border-color: rgb(96,135,15); }
td.TdClassName
{
border-color: #60870F;
}
.TagClassName
{
border-color: #60870F;
}
</style>