Shades of Olive Drab #649517
Tints of Olive Drab #649517
RGB
CMYK
RGB Variations
Color information
#649517 (or 0x649517) is known color: Olive Drab. HEX triplet: 64, 95 and 17. RGB value is (100,149,23). Sum of RGB (Red+Green+Blue) = 100+149+23=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #649517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649517 is #9B6AE8. Grayscale: #787878. Windows color (decimal): -10185449 or 1545572. OLE color: 1545572.
HSL color Cylindrical-coordinate representation of color #649517: hue angle of 83.33º degrees, saturation: 0.73, 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 #649517 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 23 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.42 |
| HSL | 83.33º | 0.73% | 0.34% | - |
| HSV(B) | 83.33º | 0.85% | 0.58% | - |
| XYZ | 16.16 | 24.27 | 4.64 | - |
| YUV | 119.99 | 73.27 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 23 | 0.33 | 0 | 0.85 | 0.42 | 83.33 | 0.73 | 0.34 |
| Hex | 64 | 95 | 17 | 21 | 0 | 55 | 2A | 53 | 49 | 22 |
| Octal | 144 | 225 | 27 | 41 | 0 | 125 | 52 | 123 | 111 | 42 |
| Binary | 1100100 | 10010101 | 10111 | 100001 | 0 | 1010101 | 101010 | 1010011 | 1001001 | 100010 |
Color Harmonies of #649517
Complementary color
Monochromatic Colors of #649517
Black with #649517
Text Example
Text Example
White with #649517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649517; }
p { color: rgb(100,149,23); }
H1.HeaderClassName
{
color: #649517;
}
.AnyTagClassName
{
color: #649517;
}
</style>
background-color css
<style>
a { background-color: #649517; }
a { background-color: rgb(100,149,23); }
div.DivClassName
{
background-color: #649517;
}
.BgClassName
{
background-color: #649517;
}
</style>
border-color css
<style>
span { border-color: #649517; }
span { border-color: rgb(100,149,23); }
td.TdClassName
{
border-color: #649517;
}
.TagClassName
{
border-color: #649517;
}
</style>