Shades of Olive Drab #649510
Tints of Olive Drab #649510
RGB
CMYK
RGB Variations
Color information
#649510 (or 0x649510) is known color: Olive Drab. HEX triplet: 64, 95 and 10. RGB value is (100,149,16). Sum of RGB (Red+Green+Blue) = 100+149+16=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #649510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649510 is #9B6AEF. Grayscale: #777777. Windows color (decimal): -10185456 or 1086820. OLE color: 1086820.
HSL color Cylindrical-coordinate representation of color #649510: hue angle of 82.11º degrees, saturation: 0.81, 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 #649510 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 16 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.42 |
| HSL | 82.11º | 0.81% | 0.32% | - |
| HSV(B) | 82.11º | 0.89% | 0.58% | - |
| XYZ | 16.1 | 24.24 | 4.32 | - |
| YUV | 119.19 | 69.77 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 16 | 0.33 | 0 | 0.89 | 0.42 | 82.11 | 0.81 | 0.32 |
| Hex | 64 | 95 | 10 | 21 | 0 | 59 | 2A | 52 | 51 | 20 |
| Octal | 144 | 225 | 20 | 41 | 0 | 131 | 52 | 122 | 121 | 40 |
| Binary | 1100100 | 10010101 | 10000 | 100001 | 0 | 1011001 | 101010 | 1010010 | 1010001 | 100000 |
Color Harmonies of #649510
Complementary color
Monochromatic Colors of #649510
Black with #649510
Text Example
Text Example
White with #649510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649510; }
p { color: rgb(100,149,16); }
H1.HeaderClassName
{
color: #649510;
}
.AnyTagClassName
{
color: #649510;
}
</style>
background-color css
<style>
a { background-color: #649510; }
a { background-color: rgb(100,149,16); }
div.DivClassName
{
background-color: #649510;
}
.BgClassName
{
background-color: #649510;
}
</style>
border-color css
<style>
span { border-color: #649510; }
span { border-color: rgb(100,149,16); }
td.TdClassName
{
border-color: #649510;
}
.TagClassName
{
border-color: #649510;
}
</style>