Shades of Olive Drab #608320
Tints of Olive Drab #608320
RGB
CMYK
RGB Variations
Color information
#608320 (or 0x608320) is known color: Olive Drab. HEX triplet: 60, 83 and 20. RGB value is (96,131,32). Sum of RGB (Red+Green+Blue) = 96+131+32=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #608320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608320 is #9F7CDF. Grayscale: #6D6D6D. Windows color (decimal): -10452192 or 2130784. OLE color: 2130784.
HSL color Cylindrical-coordinate representation of color #608320: hue angle of 81.21º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #608320 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 131 | 32 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.49 |
| HSL | 81.21º | 0.61% | 0.32% | - |
| HSV(B) | 81.21º | 0.76% | 0.51% | - |
| XYZ | 13.2 | 18.82 | 4.3 | - |
| YUV | 109.25 | 84.4 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 32 | 0.27 | 0 | 0.76 | 0.49 | 81.21 | 0.61 | 0.32 |
| Hex | 60 | 83 | 20 | 1B | 0 | 4C | 31 | 51 | 3D | 20 |
| Octal | 140 | 203 | 40 | 33 | 0 | 114 | 61 | 121 | 75 | 40 |
| Binary | 1100000 | 10000011 | 100000 | 11011 | 0 | 1001100 | 110001 | 1010001 | 111101 | 100000 |
Color Harmonies of #608320
Complementary color
Monochromatic Colors of #608320
Black with #608320
Text Example
Text Example
White with #608320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608320; }
p { color: rgb(96,131,32); }
H1.HeaderClassName
{
color: #608320;
}
.AnyTagClassName
{
color: #608320;
}
</style>
background-color css
<style>
a { background-color: #608320; }
a { background-color: rgb(96,131,32); }
div.DivClassName
{
background-color: #608320;
}
.BgClassName
{
background-color: #608320;
}
</style>
border-color css
<style>
span { border-color: #608320; }
span { border-color: rgb(96,131,32); }
td.TdClassName
{
border-color: #608320;
}
.TagClassName
{
border-color: #608320;
}
</style>