Shades of Olive Drab #649716
Tints of Olive Drab #649716
RGB
CMYK
RGB Variations
Color information
#649716 (or 0x649716) is known color: Olive Drab. HEX triplet: 64, 97 and 16. RGB value is (100,151,22). Sum of RGB (Red+Green+Blue) = 100+151+22=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 151 (59.38% from 255 or 55.31% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 151 - color contains mainly: green. Hex color #649716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649716 is #9B68E9. Grayscale: #797979. Windows color (decimal): -10184938 or 1480548. OLE color: 1480548.
HSL color Cylindrical-coordinate representation of color #649716: hue angle of 83.72º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #649716 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 22 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.41 |
| HSL | 83.72º | 0.75% | 0.34% | - |
| HSV(B) | 83.72º | 0.85% | 0.59% | - |
| XYZ | 16.47 | 24.9 | 4.7 | - |
| YUV | 121.05 | 72.1 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 22 | 0.34 | 0 | 0.85 | 0.41 | 83.72 | 0.75 | 0.34 |
| Hex | 64 | 97 | 16 | 22 | 0 | 55 | 29 | 54 | 4B | 22 |
| Octal | 144 | 227 | 26 | 42 | 0 | 125 | 51 | 124 | 113 | 42 |
| Binary | 1100100 | 10010111 | 10110 | 100010 | 0 | 1010101 | 101001 | 1010100 | 1001011 | 100010 |
Color Harmonies of #649716
Complementary color
Monochromatic Colors of #649716
Black with #649716
Text Example
Text Example
White with #649716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649716; }
p { color: rgb(100,151,22); }
H1.HeaderClassName
{
color: #649716;
}
.AnyTagClassName
{
color: #649716;
}
</style>
background-color css
<style>
a { background-color: #649716; }
a { background-color: rgb(100,151,22); }
div.DivClassName
{
background-color: #649716;
}
.BgClassName
{
background-color: #649716;
}
</style>
border-color css
<style>
span { border-color: #649716; }
span { border-color: rgb(100,151,22); }
td.TdClassName
{
border-color: #649716;
}
.TagClassName
{
border-color: #649716;
}
</style>