Shades of Olive Drab #608611
Tints of Olive Drab #608611
RGB
CMYK
RGB Variations
Color information
#608611 (or 0x608611) is known color: Olive Drab. HEX triplet: 60, 86 and 11. RGB value is (96,134,17). Sum of RGB (Red+Green+Blue) = 96+134+17=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #608611 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608611 is #9F79EE. Grayscale: #6D6D6D. Windows color (decimal): -10451439 or 1148512. OLE color: 1148512.
HSL color Cylindrical-coordinate representation of color #608611: hue angle of 79.49º degrees, saturation: 0.77, 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 #608611 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 17 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.47 |
| HSL | 79.49º | 0.77% | 0.3% | - |
| HSV(B) | 79.49º | 0.87% | 0.53% | - |
| XYZ | 13.45 | 19.58 | 3.6 | - |
| YUV | 109.3 | 75.91 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 17 | 0.28 | 0 | 0.87 | 0.47 | 79.49 | 0.77 | 0.3 |
| Hex | 60 | 86 | 11 | 1C | 0 | 57 | 2F | 4F | 4D | 1E |
| Octal | 140 | 206 | 21 | 34 | 0 | 127 | 57 | 117 | 115 | 36 |
| Binary | 1100000 | 10000110 | 10001 | 11100 | 0 | 1010111 | 101111 | 1001111 | 1001101 | 11110 |
Color Harmonies of #608611
Complementary color
Monochromatic Colors of #608611
Black with #608611
Text Example
Text Example
White with #608611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608611; }
p { color: rgb(96,134,17); }
H1.HeaderClassName
{
color: #608611;
}
.AnyTagClassName
{
color: #608611;
}
</style>
background-color css
<style>
a { background-color: #608611; }
a { background-color: rgb(96,134,17); }
div.DivClassName
{
background-color: #608611;
}
.BgClassName
{
background-color: #608611;
}
</style>
border-color css
<style>
span { border-color: #608611; }
span { border-color: rgb(96,134,17); }
td.TdClassName
{
border-color: #608611;
}
.TagClassName
{
border-color: #608611;
}
</style>