Shades of Olive Drab #649218
Tints of Olive Drab #649218
RGB
CMYK
RGB Variations
Color information
#649218 (or 0x649218) is known color: Olive Drab. HEX triplet: 64, 92 and 18. RGB value is (100,146,24). Sum of RGB (Red+Green+Blue) = 100+146+24=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #649218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649218 is #9B6DE7. Grayscale: #767676. Windows color (decimal): -10186216 or 1610340. OLE color: 1610340.
HSL color Cylindrical-coordinate representation of color #649218: hue angle of 82.62º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #649218 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 146 | 24 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.43 |
| HSL | 82.62º | 0.72% | 0.33% | - |
| HSV(B) | 82.62º | 0.84% | 0.57% | - |
| XYZ | 15.7 | 23.33 | 4.54 | - |
| YUV | 118.34 | 74.76 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 24 | 0.32 | 0 | 0.84 | 0.43 | 82.62 | 0.72 | 0.33 |
| Hex | 64 | 92 | 18 | 20 | 0 | 54 | 2B | 53 | 48 | 21 |
| Octal | 144 | 222 | 30 | 40 | 0 | 124 | 53 | 123 | 110 | 41 |
| Binary | 1100100 | 10010010 | 11000 | 100000 | 0 | 1010100 | 101011 | 1010011 | 1001000 | 100001 |
Color Harmonies of #649218
Complementary color
Monochromatic Colors of #649218
Black with #649218
Text Example
Text Example
White with #649218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649218; }
p { color: rgb(100,146,24); }
H1.HeaderClassName
{
color: #649218;
}
.AnyTagClassName
{
color: #649218;
}
</style>
background-color css
<style>
a { background-color: #649218; }
a { background-color: rgb(100,146,24); }
div.DivClassName
{
background-color: #649218;
}
.BgClassName
{
background-color: #649218;
}
</style>
border-color css
<style>
span { border-color: #649218; }
span { border-color: rgb(100,146,24); }
td.TdClassName
{
border-color: #649218;
}
.TagClassName
{
border-color: #649218;
}
</style>