Shades of Olive Drab #608616
Tints of Olive Drab #608616
RGB
CMYK
RGB Variations
Color information
#608616 (or 0x608616) is known color: Olive Drab. HEX triplet: 60, 86 and 16. RGB value is (96,134,22). Sum of RGB (Red+Green+Blue) = 96+134+22=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #608616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608616 is #9F79E9. Grayscale: #6E6E6E. Windows color (decimal): -10451434 or 1476192. OLE color: 1476192.
HSL color Cylindrical-coordinate representation of color #608616: hue angle of 80.36º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #608616 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 22 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.47 |
| HSL | 80.36º | 0.72% | 0.31% | - |
| HSV(B) | 80.36º | 0.84% | 0.53% | - |
| XYZ | 13.49 | 19.59 | 3.83 | - |
| YUV | 109.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 22 | 0.28 | 0 | 0.84 | 0.47 | 80.36 | 0.72 | 0.31 |
| Hex | 60 | 86 | 16 | 1C | 0 | 54 | 2F | 50 | 48 | 1F |
| Octal | 140 | 206 | 26 | 34 | 0 | 124 | 57 | 120 | 110 | 37 |
| Binary | 1100000 | 10000110 | 10110 | 11100 | 0 | 1010100 | 101111 | 1010000 | 1001000 | 11111 |
Color Harmonies of #608616
Complementary color
Monochromatic Colors of #608616
Black with #608616
Text Example
Text Example
White with #608616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608616; }
p { color: rgb(96,134,22); }
H1.HeaderClassName
{
color: #608616;
}
.AnyTagClassName
{
color: #608616;
}
</style>
background-color css
<style>
a { background-color: #608616; }
a { background-color: rgb(96,134,22); }
div.DivClassName
{
background-color: #608616;
}
.BgClassName
{
background-color: #608616;
}
</style>
border-color css
<style>
span { border-color: #608616; }
span { border-color: rgb(96,134,22); }
td.TdClassName
{
border-color: #608616;
}
.TagClassName
{
border-color: #608616;
}
</style>