Shades of Olive Drab #658820
Tints of Olive Drab #658820
RGB
CMYK
RGB Variations
Color information
#658820 (or 0x658820) is known color: Olive Drab. HEX triplet: 65, 88 and 20. RGB value is (101,136,32). Sum of RGB (Red+Green+Blue) = 101+136+32=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #658820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658820 is #9A77DF. Grayscale: #727272. Windows color (decimal): -10123232 or 2132069. OLE color: 2132069.
HSL color Cylindrical-coordinate representation of color #658820: hue angle of 80.19º degrees, saturation: 0.62, 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 #658820 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 136 | 32 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.47 |
| HSL | 80.19º | 0.62% | 0.33% | - |
| HSV(B) | 80.19º | 0.76% | 0.53% | - |
| XYZ | 14.43 | 20.48 | 4.56 | - |
| YUV | 113.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 32 | 0.26 | 0 | 0.76 | 0.47 | 80.19 | 0.62 | 0.33 |
| Hex | 65 | 88 | 20 | 1A | 0 | 4C | 2F | 50 | 3E | 21 |
| Octal | 145 | 210 | 40 | 32 | 0 | 114 | 57 | 120 | 76 | 41 |
| Binary | 1100101 | 10001000 | 100000 | 11010 | 0 | 1001100 | 101111 | 1010000 | 111110 | 100001 |
Color Harmonies of #658820
Complementary color
Monochromatic Colors of #658820
Black with #658820
Text Example
Text Example
White with #658820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658820; }
p { color: rgb(101,136,32); }
H1.HeaderClassName
{
color: #658820;
}
.AnyTagClassName
{
color: #658820;
}
</style>
background-color css
<style>
a { background-color: #658820; }
a { background-color: rgb(101,136,32); }
div.DivClassName
{
background-color: #658820;
}
.BgClassName
{
background-color: #658820;
}
</style>
border-color css
<style>
span { border-color: #658820; }
span { border-color: rgb(101,136,32); }
td.TdClassName
{
border-color: #658820;
}
.TagClassName
{
border-color: #658820;
}
</style>