Shades of Olive Drab #658032
Tints of Olive Drab #658032
RGB
CMYK
RGB Variations
Color information
#658032 (or 0x658032) is known color: Olive Drab. HEX triplet: 65, 80 and 32. RGB value is (101,128,50). Sum of RGB (Red+Green+Blue) = 101+128+50=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #658032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658032 is #9A7FCD. Grayscale: #6F6F6F. Windows color (decimal): -10125262 or 3309669. OLE color: 3309669.
HSL color Cylindrical-coordinate representation of color #658032: hue angle of 80.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #658032 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 128 | 50 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.50 |
| HSL | 80.77º | 0.44% | 0.35% | - |
| HSV(B) | 80.77º | 0.61% | 0.5% | - |
| XYZ | 13.66 | 18.44 | 5.86 | - |
| YUV | 111.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 50 | 0.21 | 0 | 0.61 | 0.50 | 80.77 | 0.44 | 0.35 |
| Hex | 65 | 80 | 32 | 15 | 0 | 3D | 32 | 51 | 2C | 23 |
| Octal | 145 | 200 | 62 | 25 | 0 | 75 | 62 | 121 | 54 | 43 |
| Binary | 1100101 | 10000000 | 110010 | 10101 | 0 | 111101 | 110010 | 1010001 | 101100 | 100011 |
Color Harmonies of #658032
Complementary color
Monochromatic Colors of #658032
Black with #658032
Text Example
Text Example
White with #658032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658032; }
p { color: rgb(101,128,50); }
H1.HeaderClassName
{
color: #658032;
}
.AnyTagClassName
{
color: #658032;
}
</style>
background-color css
<style>
a { background-color: #658032; }
a { background-color: rgb(101,128,50); }
div.DivClassName
{
background-color: #658032;
}
.BgClassName
{
background-color: #658032;
}
</style>
border-color css
<style>
span { border-color: #658032; }
span { border-color: rgb(101,128,50); }
td.TdClassName
{
border-color: #658032;
}
.TagClassName
{
border-color: #658032;
}
</style>