Shades of Olive Drab #649809
Tints of Olive Drab #649809
RGB
CMYK
RGB Variations
Color information
#649809 (or 0x649809) is known color: Olive Drab. HEX triplet: 64, 98 and 09. RGB value is (100,152,9). Sum of RGB (Red+Green+Blue) = 100+152+9=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #649809 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649809 is #9B67F6. Grayscale: #787878. Windows color (decimal): -10184695 or 628836. OLE color: 628836.
HSL color Cylindrical-coordinate representation of color #649809: hue angle of 81.82º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #649809 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 9 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.40 |
| HSL | 81.82º | 0.89% | 0.32% | - |
| HSV(B) | 81.82º | 0.94% | 0.6% | - |
| XYZ | 16.53 | 25.19 | 4.25 | - |
| YUV | 120.15 | 65.27 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 9 | 0.34 | 0 | 0.94 | 0.40 | 81.82 | 0.89 | 0.32 |
| Hex | 64 | 98 | 9 | 22 | 0 | 5E | 28 | 52 | 59 | 20 |
| Octal | 144 | 230 | 11 | 42 | 0 | 136 | 50 | 122 | 131 | 40 |
| Binary | 1100100 | 10011000 | 1001 | 100010 | 0 | 1011110 | 101000 | 1010010 | 1011001 | 100000 |
Color Harmonies of #649809
Complementary color
Monochromatic Colors of #649809
Black with #649809
Text Example
Text Example
White with #649809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649809; }
p { color: rgb(100,152,9); }
H1.HeaderClassName
{
color: #649809;
}
.AnyTagClassName
{
color: #649809;
}
</style>
background-color css
<style>
a { background-color: #649809; }
a { background-color: rgb(100,152,9); }
div.DivClassName
{
background-color: #649809;
}
.BgClassName
{
background-color: #649809;
}
</style>
border-color css
<style>
span { border-color: #649809; }
span { border-color: rgb(100,152,9); }
td.TdClassName
{
border-color: #649809;
}
.TagClassName
{
border-color: #649809;
}
</style>