Shades of Olive Drab #608620
Tints of Olive Drab #608620
RGB
CMYK
RGB Variations
Color information
#608620 (or 0x608620) is known color: Olive Drab. HEX triplet: 60, 86 and 20. RGB value is (96,134,32). Sum of RGB (Red+Green+Blue) = 96+134+32=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #608620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608620 is #9F79DF. Grayscale: #6F6F6F. Windows color (decimal): -10451424 or 2131552. OLE color: 2131552.
HSL color Cylindrical-coordinate representation of color #608620: hue angle of 82.35º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #608620 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 32 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.47 |
| HSL | 82.35º | 0.61% | 0.33% | - |
| HSV(B) | 82.35º | 0.76% | 0.53% | - |
| XYZ | 13.61 | 19.64 | 4.44 | - |
| YUV | 111.01 | 83.41 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 32 | 0.28 | 0 | 0.76 | 0.47 | 82.35 | 0.61 | 0.33 |
| Hex | 60 | 86 | 20 | 1C | 0 | 4C | 2F | 52 | 3D | 21 |
| Octal | 140 | 206 | 40 | 34 | 0 | 114 | 57 | 122 | 75 | 41 |
| Binary | 1100000 | 10000110 | 100000 | 11100 | 0 | 1001100 | 101111 | 1010010 | 111101 | 100001 |
Color Harmonies of #608620
Complementary color
Monochromatic Colors of #608620
Black with #608620
Text Example
Text Example
White with #608620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608620; }
p { color: rgb(96,134,32); }
H1.HeaderClassName
{
color: #608620;
}
.AnyTagClassName
{
color: #608620;
}
</style>
background-color css
<style>
a { background-color: #608620; }
a { background-color: rgb(96,134,32); }
div.DivClassName
{
background-color: #608620;
}
.BgClassName
{
background-color: #608620;
}
</style>
border-color css
<style>
span { border-color: #608620; }
span { border-color: rgb(96,134,32); }
td.TdClassName
{
border-color: #608620;
}
.TagClassName
{
border-color: #608620;
}
</style>