Shades of Olive Drab #649516
Tints of Olive Drab #649516
RGB
CMYK
RGB Variations
Color information
#649516 (or 0x649516) is known color: Olive Drab. HEX triplet: 64, 95 and 16. RGB value is (100,149,22). Sum of RGB (Red+Green+Blue) = 100+149+22=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #649516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649516 is #9B6AE9. Grayscale: #787878. Windows color (decimal): -10185450 or 1480036. OLE color: 1480036.
HSL color Cylindrical-coordinate representation of color #649516: hue angle of 83.15º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #649516 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 22 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.42 |
| HSL | 83.15º | 0.74% | 0.34% | - |
| HSV(B) | 83.15º | 0.85% | 0.58% | - |
| XYZ | 16.15 | 24.26 | 4.59 | - |
| YUV | 119.87 | 72.77 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 22 | 0.33 | 0 | 0.85 | 0.42 | 83.15 | 0.74 | 0.34 |
| Hex | 64 | 95 | 16 | 21 | 0 | 55 | 2A | 53 | 4A | 22 |
| Octal | 144 | 225 | 26 | 41 | 0 | 125 | 52 | 123 | 112 | 42 |
| Binary | 1100100 | 10010101 | 10110 | 100001 | 0 | 1010101 | 101010 | 1010011 | 1001010 | 100010 |
Color Harmonies of #649516
Complementary color
Monochromatic Colors of #649516
Black with #649516
Text Example
Text Example
White with #649516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649516; }
p { color: rgb(100,149,22); }
H1.HeaderClassName
{
color: #649516;
}
.AnyTagClassName
{
color: #649516;
}
</style>
background-color css
<style>
a { background-color: #649516; }
a { background-color: rgb(100,149,22); }
div.DivClassName
{
background-color: #649516;
}
.BgClassName
{
background-color: #649516;
}
</style>
border-color css
<style>
span { border-color: #649516; }
span { border-color: rgb(100,149,22); }
td.TdClassName
{
border-color: #649516;
}
.TagClassName
{
border-color: #649516;
}
</style>