Shades of Olive Drab #60871D
Tints of Olive Drab #60871D
RGB
CMYK
RGB Variations
Color information
#60871D (or 0x60871D) is known color: Olive Drab. HEX triplet: 60, 87 and 1D. RGB value is (96,135,29). Sum of RGB (Red+Green+Blue) = 96+135+29=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #60871D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60871D is #9F78E2. Grayscale: #6F6F6F. Windows color (decimal): -10451171 or 1935200. OLE color: 1935200.
HSL color Cylindrical-coordinate representation of color #60871D: hue angle of 82.08º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60871D is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 135 | 29 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.47 |
| HSL | 82.08º | 0.65% | 0.32% | - |
| HSV(B) | 82.08º | 0.79% | 0.53% | - |
| XYZ | 13.71 | 19.9 | 4.28 | - |
| YUV | 111.26 | 81.58 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 29 | 0.29 | 0 | 0.79 | 0.47 | 82.08 | 0.65 | 0.32 |
| Hex | 60 | 87 | 1D | 1D | 0 | 4F | 2F | 52 | 41 | 20 |
| Octal | 140 | 207 | 35 | 35 | 0 | 117 | 57 | 122 | 101 | 40 |
| Binary | 1100000 | 10000111 | 11101 | 11101 | 0 | 1001111 | 101111 | 1010010 | 1000001 | 100000 |
Color Harmonies of #60871D
Complementary color
Monochromatic Colors of #60871D
Black with #60871D
Text Example
Text Example
White with #60871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60871D; }
p { color: rgb(96,135,29); }
H1.HeaderClassName
{
color: #60871D;
}
.AnyTagClassName
{
color: #60871D;
}
</style>
background-color css
<style>
a { background-color: #60871D; }
a { background-color: rgb(96,135,29); }
div.DivClassName
{
background-color: #60871D;
}
.BgClassName
{
background-color: #60871D;
}
</style>
border-color css
<style>
span { border-color: #60871D; }
span { border-color: rgb(96,135,29); }
td.TdClassName
{
border-color: #60871D;
}
.TagClassName
{
border-color: #60871D;
}
</style>