Shades of Olive Drab #60871B
Tints of Olive Drab #60871B
RGB
CMYK
RGB Variations
Color information
#60871B (or 0x60871B) is known color: Olive Drab. HEX triplet: 60, 87 and 1B. RGB value is (96,135,27). Sum of RGB (Red+Green+Blue) = 96+135+27=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #60871B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60871B is #9F78E4. Grayscale: #6F6F6F. Windows color (decimal): -10451173 or 1804128. OLE color: 1804128.
HSL color Cylindrical-coordinate representation of color #60871B: hue angle of 81.67º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60871B is Cyan = 0.29, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 135 | 27 | - |
| CMYK | 0.29 | 0 | 0.8 | 0.47 |
| HSL | 81.67º | 0.67% | 0.32% | - |
| HSV(B) | 81.67º | 0.8% | 0.53% | - |
| XYZ | 13.69 | 19.89 | 4.16 | - |
| YUV | 111.03 | 80.58 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 27 | 0.29 | 0 | 0.8 | 0.47 | 81.67 | 0.67 | 0.32 |
| Hex | 60 | 87 | 1B | 1D | 0 | 50 | 2F | 52 | 43 | 20 |
| Octal | 140 | 207 | 33 | 35 | 0 | 120 | 57 | 122 | 103 | 40 |
| Binary | 1100000 | 10000111 | 11011 | 11101 | 0 | 1010000 | 101111 | 1010010 | 1000011 | 100000 |
Color Harmonies of #60871B
Complementary color
Monochromatic Colors of #60871B
Black with #60871B
Text Example
Text Example
White with #60871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60871B; }
p { color: rgb(96,135,27); }
H1.HeaderClassName
{
color: #60871B;
}
.AnyTagClassName
{
color: #60871B;
}
</style>
background-color css
<style>
a { background-color: #60871B; }
a { background-color: rgb(96,135,27); }
div.DivClassName
{
background-color: #60871B;
}
.BgClassName
{
background-color: #60871B;
}
</style>
border-color css
<style>
span { border-color: #60871B; }
span { border-color: rgb(96,135,27); }
td.TdClassName
{
border-color: #60871B;
}
.TagClassName
{
border-color: #60871B;
}
</style>