Shades of Olive Drab #649410
Tints of Olive Drab #649410
RGB
CMYK
RGB Variations
Color information
#649410 (or 0x649410) is known color: Olive Drab. HEX triplet: 64, 94 and 10. RGB value is (100,148,16). Sum of RGB (Red+Green+Blue) = 100+148+16=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #649410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649410 is #9B6BEF. Grayscale: #777777. Windows color (decimal): -10185712 or 1086564. OLE color: 1086564.
HSL color Cylindrical-coordinate representation of color #649410: hue angle of 81.82º degrees, saturation: 0.8, 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 #649410 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 148 | 16 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.42 |
| HSL | 81.82º | 0.8% | 0.32% | - |
| HSV(B) | 81.82º | 0.89% | 0.58% | - |
| XYZ | 15.94 | 23.93 | 4.27 | - |
| YUV | 118.6 | 70.1 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 16 | 0.32 | 0 | 0.89 | 0.42 | 81.82 | 0.8 | 0.32 |
| Hex | 64 | 94 | 10 | 20 | 0 | 59 | 2A | 52 | 50 | 20 |
| Octal | 144 | 224 | 20 | 40 | 0 | 131 | 52 | 122 | 120 | 40 |
| Binary | 1100100 | 10010100 | 10000 | 100000 | 0 | 1011001 | 101010 | 1010010 | 1010000 | 100000 |
Color Harmonies of #649410
Complementary color
Monochromatic Colors of #649410
Black with #649410
Text Example
Text Example
White with #649410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649410; }
p { color: rgb(100,148,16); }
H1.HeaderClassName
{
color: #649410;
}
.AnyTagClassName
{
color: #649410;
}
</style>
background-color css
<style>
a { background-color: #649410; }
a { background-color: rgb(100,148,16); }
div.DivClassName
{
background-color: #649410;
}
.BgClassName
{
background-color: #649410;
}
</style>
border-color css
<style>
span { border-color: #649410; }
span { border-color: rgb(100,148,16); }
td.TdClassName
{
border-color: #649410;
}
.TagClassName
{
border-color: #649410;
}
</style>