Shades of Olive Drab #649411
Tints of Olive Drab #649411
RGB
CMYK
RGB Variations
Color information
#649411 (or 0x649411) is known color: Olive Drab. HEX triplet: 64, 94 and 11. RGB value is (100,148,17). Sum of RGB (Red+Green+Blue) = 100+148+17=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #649411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649411 is #9B6BEE. Grayscale: #777777. Windows color (decimal): -10185711 or 1152100. OLE color: 1152100.
HSL color Cylindrical-coordinate representation of color #649411: hue angle of 81.98º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #649411 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 148 | 17 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.42 |
| HSL | 81.98º | 0.79% | 0.32% | - |
| HSV(B) | 81.98º | 0.89% | 0.58% | - |
| XYZ | 15.95 | 23.93 | 4.31 | - |
| YUV | 118.71 | 70.6 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 17 | 0.32 | 0 | 0.89 | 0.42 | 81.98 | 0.79 | 0.32 |
| Hex | 64 | 94 | 11 | 20 | 0 | 59 | 2A | 52 | 4F | 20 |
| Octal | 144 | 224 | 21 | 40 | 0 | 131 | 52 | 122 | 117 | 40 |
| Binary | 1100100 | 10010100 | 10001 | 100000 | 0 | 1011001 | 101010 | 1010010 | 1001111 | 100000 |
Color Harmonies of #649411
Complementary color
Monochromatic Colors of #649411
Black with #649411
Text Example
Text Example
White with #649411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649411; }
p { color: rgb(100,148,17); }
H1.HeaderClassName
{
color: #649411;
}
.AnyTagClassName
{
color: #649411;
}
</style>
background-color css
<style>
a { background-color: #649411; }
a { background-color: rgb(100,148,17); }
div.DivClassName
{
background-color: #649411;
}
.BgClassName
{
background-color: #649411;
}
</style>
border-color css
<style>
span { border-color: #649411; }
span { border-color: rgb(100,148,17); }
td.TdClassName
{
border-color: #649411;
}
.TagClassName
{
border-color: #649411;
}
</style>