Shades of Olive Drab #608805
Tints of Olive Drab #608805
RGB
CMYK
RGB Variations
Color information
#608805 (or 0x608805) is known color: Olive Drab. HEX triplet: 60, 88 and 05. RGB value is (96,136,5). Sum of RGB (Red+Green+Blue) = 96+136+5=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #608805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608805 is #9F77FA. Grayscale: #6D6D6D. Windows color (decimal): -10450939 or 362592. OLE color: 362592.
HSL color Cylindrical-coordinate representation of color #608805: hue angle of 78.32º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #608805 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 136 | 5 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.47 |
| HSL | 78.32º | 0.93% | 0.28% | - |
| HSV(B) | 78.32º | 0.96% | 0.53% | - |
| XYZ | 13.66 | 20.11 | 3.3 | - |
| YUV | 109.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 5 | 0.29 | 0 | 0.96 | 0.47 | 78.32 | 0.93 | 0.28 |
| Hex | 60 | 88 | 5 | 1D | 0 | 60 | 2F | 4E | 5D | 1C |
| Octal | 140 | 210 | 5 | 35 | 0 | 140 | 57 | 116 | 135 | 34 |
| Binary | 1100000 | 10001000 | 101 | 11101 | 0 | 1100000 | 101111 | 1001110 | 1011101 | 11100 |
Color Harmonies of #608805
Complementary color
Monochromatic Colors of #608805
Black with #608805
Text Example
Text Example
White with #608805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608805; }
p { color: rgb(96,136,5); }
H1.HeaderClassName
{
color: #608805;
}
.AnyTagClassName
{
color: #608805;
}
</style>
background-color css
<style>
a { background-color: #608805; }
a { background-color: rgb(96,136,5); }
div.DivClassName
{
background-color: #608805;
}
.BgClassName
{
background-color: #608805;
}
</style>
border-color css
<style>
span { border-color: #608805; }
span { border-color: rgb(96,136,5); }
td.TdClassName
{
border-color: #608805;
}
.TagClassName
{
border-color: #608805;
}
</style>