Shades of Olive Drab #649916
Tints of Olive Drab #649916
RGB
CMYK
RGB Variations
Color information
#649916 (or 0x649916) is known color: Olive Drab. HEX triplet: 64, 99 and 16. RGB value is (100,153,22). Sum of RGB (Red+Green+Blue) = 100+153+22=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #649916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649916 is #9B66E9. Grayscale: #7A7A7A. Windows color (decimal): -10184426 or 1481060. OLE color: 1481060.
HSL color Cylindrical-coordinate representation of color #649916: hue angle of 84.27º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #649916 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 22 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.4 |
| HSL | 84.27º | 0.75% | 0.34% | - |
| HSV(B) | 84.27º | 0.86% | 0.6% | - |
| XYZ | 16.79 | 25.55 | 4.81 | - |
| YUV | 122.22 | 71.44 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 22 | 0.35 | 0 | 0.86 | 0.4 | 84.27 | 0.75 | 0.34 |
| Hex | 64 | 99 | 16 | 23 | 0 | 56 | 28 | 54 | 4B | 22 |
| Octal | 144 | 231 | 26 | 43 | 0 | 126 | 50 | 124 | 113 | 42 |
| Binary | 1100100 | 10011001 | 10110 | 100011 | 0 | 1010110 | 101000 | 1010100 | 1001011 | 100010 |
Color Harmonies of #649916
Complementary color
Monochromatic Colors of #649916
Black with #649916
Text Example
Text Example
White with #649916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649916; }
p { color: rgb(100,153,22); }
H1.HeaderClassName
{
color: #649916;
}
.AnyTagClassName
{
color: #649916;
}
</style>
background-color css
<style>
a { background-color: #649916; }
a { background-color: rgb(100,153,22); }
div.DivClassName
{
background-color: #649916;
}
.BgClassName
{
background-color: #649916;
}
</style>
border-color css
<style>
span { border-color: #649916; }
span { border-color: rgb(100,153,22); }
td.TdClassName
{
border-color: #649916;
}
.TagClassName
{
border-color: #649916;
}
</style>