Shades of Olive Drab #60851E
Tints of Olive Drab #60851E
RGB
CMYK
RGB Variations
Color information
#60851E (or 0x60851E) is known color: Olive Drab. HEX triplet: 60, 85 and 1E. RGB value is (96,133,30). Sum of RGB (Red+Green+Blue) = 96+133+30=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #60851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60851E is #9F7AE1. Grayscale: #6E6E6E. Windows color (decimal): -10451682 or 2000224. OLE color: 2000224.
HSL color Cylindrical-coordinate representation of color #60851E: hue angle of 81.55º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60851E is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 96 | 133 | 30 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.48 |
| HSL | 81.55º | 0.63% | 0.32% | - |
| HSV(B) | 81.55º | 0.77% | 0.52% | - |
| XYZ | 13.45 | 19.36 | 4.26 | - |
| YUV | 110.2 | 82.74 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 30 | 0.28 | 0 | 0.77 | 0.48 | 81.55 | 0.63 | 0.32 |
| Hex | 60 | 85 | 1E | 1C | 0 | 4D | 30 | 52 | 3F | 20 |
| Octal | 140 | 205 | 36 | 34 | 0 | 115 | 60 | 122 | 77 | 40 |
| Binary | 1100000 | 10000101 | 11110 | 11100 | 0 | 1001101 | 110000 | 1010010 | 111111 | 100000 |
Color Harmonies of #60851E
Complementary color
Monochromatic Colors of #60851E
Black with #60851E
Text Example
Text Example
White with #60851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60851E; }
p { color: rgb(96,133,30); }
H1.HeaderClassName
{
color: #60851E;
}
.AnyTagClassName
{
color: #60851E;
}
</style>
background-color css
<style>
a { background-color: #60851E; }
a { background-color: rgb(96,133,30); }
div.DivClassName
{
background-color: #60851E;
}
.BgClassName
{
background-color: #60851E;
}
</style>
border-color css
<style>
span { border-color: #60851E; }
span { border-color: rgb(96,133,30); }
td.TdClassName
{
border-color: #60851E;
}
.TagClassName
{
border-color: #60851E;
}
</style>