Shades of Olive Drab #649815
Tints of Olive Drab #649815
RGB
CMYK
RGB Variations
Color information
#649815 (or 0x649815) is known color: Olive Drab. HEX triplet: 64, 98 and 15. RGB value is (100,152,21). Sum of RGB (Red+Green+Blue) = 100+152+21=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #649815 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649815 is #9B67EA. Grayscale: #797979. Windows color (decimal): -10184683 or 1415268. OLE color: 1415268.
HSL color Cylindrical-coordinate representation of color #649815: hue angle of 83.82º degrees, saturation: 0.76, 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 #649815 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 21 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.40 |
| HSL | 83.82º | 0.76% | 0.34% | - |
| HSV(B) | 83.82º | 0.86% | 0.6% | - |
| XYZ | 16.62 | 25.22 | 4.7 | - |
| YUV | 121.52 | 71.27 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 21 | 0.34 | 0 | 0.86 | 0.40 | 83.82 | 0.76 | 0.34 |
| Hex | 64 | 98 | 15 | 22 | 0 | 56 | 28 | 54 | 4C | 22 |
| Octal | 144 | 230 | 25 | 42 | 0 | 126 | 50 | 124 | 114 | 42 |
| Binary | 1100100 | 10011000 | 10101 | 100010 | 0 | 1010110 | 101000 | 1010100 | 1001100 | 100010 |
Color Harmonies of #649815
Complementary color
Monochromatic Colors of #649815
Black with #649815
Text Example
Text Example
White with #649815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649815; }
p { color: rgb(100,152,21); }
H1.HeaderClassName
{
color: #649815;
}
.AnyTagClassName
{
color: #649815;
}
</style>
background-color css
<style>
a { background-color: #649815; }
a { background-color: rgb(100,152,21); }
div.DivClassName
{
background-color: #649815;
}
.BgClassName
{
background-color: #649815;
}
</style>
border-color css
<style>
span { border-color: #649815; }
span { border-color: rgb(100,152,21); }
td.TdClassName
{
border-color: #649815;
}
.TagClassName
{
border-color: #649815;
}
</style>