Shades of Olive Drab #608211
Tints of Olive Drab #608211
RGB
CMYK
RGB Variations
Color information
#608211 (or 0x608211) is known color: Olive Drab. HEX triplet: 60, 82 and 11. RGB value is (96,130,17). Sum of RGB (Red+Green+Blue) = 96+130+17=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #608211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608211 is #9F7DEE. Grayscale: #6B6B6B. Windows color (decimal): -10452463 or 1147488. OLE color: 1147488.
HSL color Cylindrical-coordinate representation of color #608211: hue angle of 78.05º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #608211 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 130 | 17 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.49 |
| HSL | 78.05º | 0.77% | 0.29% | - |
| HSV(B) | 78.05º | 0.87% | 0.51% | - |
| XYZ | 12.91 | 18.49 | 3.42 | - |
| YUV | 106.95 | 77.24 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 130 | 17 | 0.26 | 0 | 0.87 | 0.49 | 78.05 | 0.77 | 0.29 |
| Hex | 60 | 82 | 11 | 1A | 0 | 57 | 31 | 4E | 4D | 1D |
| Octal | 140 | 202 | 21 | 32 | 0 | 127 | 61 | 116 | 115 | 35 |
| Binary | 1100000 | 10000010 | 10001 | 11010 | 0 | 1010111 | 110001 | 1001110 | 1001101 | 11101 |
Color Harmonies of #608211
Complementary color
Monochromatic Colors of #608211
Black with #608211
Text Example
Text Example
White with #608211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608211; }
p { color: rgb(96,130,17); }
H1.HeaderClassName
{
color: #608211;
}
.AnyTagClassName
{
color: #608211;
}
</style>
background-color css
<style>
a { background-color: #608211; }
a { background-color: rgb(96,130,17); }
div.DivClassName
{
background-color: #608211;
}
.BgClassName
{
background-color: #608211;
}
</style>
border-color css
<style>
span { border-color: #608211; }
span { border-color: rgb(96,130,17); }
td.TdClassName
{
border-color: #608211;
}
.TagClassName
{
border-color: #608211;
}
</style>