Shades of Olive Drab #659221
Tints of Olive Drab #659221
RGB
CMYK
RGB Variations
Color information
#659221 (or 0x659221) is known color: Olive Drab. HEX triplet: 65, 92 and 21. RGB value is (101,146,33). Sum of RGB (Red+Green+Blue) = 101+146+33=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #659221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659221 is #9A6DDE. Grayscale: #787878. Windows color (decimal): -10120671 or 2200165. OLE color: 2200165.
HSL color Cylindrical-coordinate representation of color #659221: hue angle of 83.89º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #659221 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 146 | 33 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.43 |
| HSL | 83.89º | 0.63% | 0.35% | - |
| HSV(B) | 83.89º | 0.77% | 0.57% | - |
| XYZ | 15.92 | 23.43 | 5.12 | - |
| YUV | 119.66 | 79.09 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 33 | 0.31 | 0 | 0.77 | 0.43 | 83.89 | 0.63 | 0.35 |
| Hex | 65 | 92 | 21 | 1F | 0 | 4D | 2B | 54 | 3F | 23 |
| Octal | 145 | 222 | 41 | 37 | 0 | 115 | 53 | 124 | 77 | 43 |
| Binary | 1100101 | 10010010 | 100001 | 11111 | 0 | 1001101 | 101011 | 1010100 | 111111 | 100011 |
Color Harmonies of #659221
Complementary color
Monochromatic Colors of #659221
Black with #659221
Text Example
Text Example
White with #659221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659221; }
p { color: rgb(101,146,33); }
H1.HeaderClassName
{
color: #659221;
}
.AnyTagClassName
{
color: #659221;
}
</style>
background-color css
<style>
a { background-color: #659221; }
a { background-color: rgb(101,146,33); }
div.DivClassName
{
background-color: #659221;
}
.BgClassName
{
background-color: #659221;
}
</style>
border-color css
<style>
span { border-color: #659221; }
span { border-color: rgb(101,146,33); }
td.TdClassName
{
border-color: #659221;
}
.TagClassName
{
border-color: #659221;
}
</style>