Shades of Olive Drab #649519
Tints of Olive Drab #649519
RGB
CMYK
RGB Variations
Color information
#649519 (or 0x649519) is known color: Olive Drab. HEX triplet: 64, 95 and 19. RGB value is (100,149,25). Sum of RGB (Red+Green+Blue) = 100+149+25=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #649519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649519 is #9B6AE6. Grayscale: #787878. Windows color (decimal): -10185447 or 1676644. OLE color: 1676644.
HSL color Cylindrical-coordinate representation of color #649519: hue angle of 83.71º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #649519 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 25 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.42 |
| HSL | 83.71º | 0.71% | 0.34% | - |
| HSV(B) | 83.71º | 0.83% | 0.58% | - |
| XYZ | 16.18 | 24.27 | 4.75 | - |
| YUV | 120.21 | 74.27 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 25 | 0.33 | 0 | 0.83 | 0.42 | 83.71 | 0.71 | 0.34 |
| Hex | 64 | 95 | 19 | 21 | 0 | 53 | 2A | 54 | 47 | 22 |
| Octal | 144 | 225 | 31 | 41 | 0 | 123 | 52 | 124 | 107 | 42 |
| Binary | 1100100 | 10010101 | 11001 | 100001 | 0 | 1010011 | 101010 | 1010100 | 1000111 | 100010 |
Color Harmonies of #649519
Complementary color
Monochromatic Colors of #649519
Black with #649519
Text Example
Text Example
White with #649519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649519; }
p { color: rgb(100,149,25); }
H1.HeaderClassName
{
color: #649519;
}
.AnyTagClassName
{
color: #649519;
}
</style>
background-color css
<style>
a { background-color: #649519; }
a { background-color: rgb(100,149,25); }
div.DivClassName
{
background-color: #649519;
}
.BgClassName
{
background-color: #649519;
}
</style>
border-color css
<style>
span { border-color: #649519; }
span { border-color: rgb(100,149,25); }
td.TdClassName
{
border-color: #649519;
}
.TagClassName
{
border-color: #649519;
}
</style>