Shades of Olive Drab #608711
Tints of Olive Drab #608711
RGB
CMYK
RGB Variations
Color information
#608711 (or 0x608711) is known color: Olive Drab. HEX triplet: 60, 87 and 11. RGB value is (96,135,17). Sum of RGB (Red+Green+Blue) = 96+135+17=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #608711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608711 is #9F78EE. Grayscale: #6E6E6E. Windows color (decimal): -10451183 or 1148768. OLE color: 1148768.
HSL color Cylindrical-coordinate representation of color #608711: hue angle of 79.83º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #608711 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 135 | 17 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.47 |
| HSL | 79.83º | 0.78% | 0.3% | - |
| HSV(B) | 79.83º | 0.87% | 0.53% | - |
| XYZ | 13.59 | 19.86 | 3.65 | - |
| YUV | 109.89 | 75.58 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 17 | 0.29 | 0 | 0.87 | 0.47 | 79.83 | 0.78 | 0.3 |
| Hex | 60 | 87 | 11 | 1D | 0 | 57 | 2F | 50 | 4E | 1E |
| Octal | 140 | 207 | 21 | 35 | 0 | 127 | 57 | 120 | 116 | 36 |
| Binary | 1100000 | 10000111 | 10001 | 11101 | 0 | 1010111 | 101111 | 1010000 | 1001110 | 11110 |
Color Harmonies of #608711
Complementary color
Monochromatic Colors of #608711
Black with #608711
Text Example
Text Example
White with #608711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608711; }
p { color: rgb(96,135,17); }
H1.HeaderClassName
{
color: #608711;
}
.AnyTagClassName
{
color: #608711;
}
</style>
background-color css
<style>
a { background-color: #608711; }
a { background-color: rgb(96,135,17); }
div.DivClassName
{
background-color: #608711;
}
.BgClassName
{
background-color: #608711;
}
</style>
border-color css
<style>
span { border-color: #608711; }
span { border-color: rgb(96,135,17); }
td.TdClassName
{
border-color: #608711;
}
.TagClassName
{
border-color: #608711;
}
</style>