Shades of Olive Drab #608205
Tints of Olive Drab #608205
RGB
CMYK
RGB Variations
Color information
#608205 (or 0x608205) is known color: Olive Drab. HEX triplet: 60, 82 and 05. RGB value is (96,130,5). Sum of RGB (Red+Green+Blue) = 96+130+5=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #608205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608205 is #9F7DFA. Grayscale: #6A6A6A. Windows color (decimal): -10452475 or 361056. OLE color: 361056.
HSL color Cylindrical-coordinate representation of color #608205: hue angle of 76.32º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #608205 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 130 | 5 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.49 |
| HSL | 76.32º | 0.93% | 0.26% | - |
| HSV(B) | 76.32º | 0.96% | 0.51% | - |
| XYZ | 12.83 | 18.46 | 3.03 | - |
| YUV | 105.58 | 71.24 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 130 | 5 | 0.26 | 0 | 0.96 | 0.49 | 76.32 | 0.93 | 0.26 |
| Hex | 60 | 82 | 5 | 1A | 0 | 60 | 31 | 4C | 5D | 1A |
| Octal | 140 | 202 | 5 | 32 | 0 | 140 | 61 | 114 | 135 | 32 |
| Binary | 1100000 | 10000010 | 101 | 11010 | 0 | 1100000 | 110001 | 1001100 | 1011101 | 11010 |
Color Harmonies of #608205
Complementary color
Monochromatic Colors of #608205
Black with #608205
Text Example
Text Example
White with #608205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608205; }
p { color: rgb(96,130,5); }
H1.HeaderClassName
{
color: #608205;
}
.AnyTagClassName
{
color: #608205;
}
</style>
background-color css
<style>
a { background-color: #608205; }
a { background-color: rgb(96,130,5); }
div.DivClassName
{
background-color: #608205;
}
.BgClassName
{
background-color: #608205;
}
</style>
border-color css
<style>
span { border-color: #608205; }
span { border-color: rgb(96,130,5); }
td.TdClassName
{
border-color: #608205;
}
.TagClassName
{
border-color: #608205;
}
</style>