Shades of Olive Drab #608602
Tints of Olive Drab #608602
RGB
CMYK
RGB Variations
Color information
#608602 (or 0x608602) is known color: Olive Drab. HEX triplet: 60, 86 and 02. RGB value is (96,134,2). Sum of RGB (Red+Green+Blue) = 96+134+2=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #608602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608602 is #9F79FD. Grayscale: #6C6C6C. Windows color (decimal): -10451454 or 165472. OLE color: 165472.
HSL color Cylindrical-coordinate representation of color #608602: hue angle of 77.27º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #608602 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.47 |
| HSL | 77.27º | 0.97% | 0.27% | - |
| HSV(B) | 77.27º | 0.99% | 0.53% | - |
| XYZ | 13.36 | 19.54 | 3.13 | - |
| YUV | 107.59 | 68.41 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 2 | 0.28 | 0 | 0.99 | 0.47 | 77.27 | 0.97 | 0.27 |
| Hex | 60 | 86 | 2 | 1C | 0 | 63 | 2F | 4D | 61 | 1B |
| Octal | 140 | 206 | 2 | 34 | 0 | 143 | 57 | 115 | 141 | 33 |
| Binary | 1100000 | 10000110 | 10 | 11100 | 0 | 1100011 | 101111 | 1001101 | 1100001 | 11011 |
Color Harmonies of #608602
Complementary color
Monochromatic Colors of #608602
Black with #608602
Text Example
Text Example
White with #608602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608602; }
p { color: rgb(96,134,2); }
H1.HeaderClassName
{
color: #608602;
}
.AnyTagClassName
{
color: #608602;
}
</style>
background-color css
<style>
a { background-color: #608602; }
a { background-color: rgb(96,134,2); }
div.DivClassName
{
background-color: #608602;
}
.BgClassName
{
background-color: #608602;
}
</style>
border-color css
<style>
span { border-color: #608602; }
span { border-color: rgb(96,134,2); }
td.TdClassName
{
border-color: #608602;
}
.TagClassName
{
border-color: #608602;
}
</style>