Shades of Olive Drab #649220
Tints of Olive Drab #649220
RGB
CMYK
RGB Variations
Color information
#649220 (or 0x649220) is known color: Olive Drab. HEX triplet: 64, 92 and 20. RGB value is (100,146,32). Sum of RGB (Red+Green+Blue) = 100+146+32=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #649220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649220 is #9B6DDF. Grayscale: #777777. Windows color (decimal): -10186208 or 2134628. OLE color: 2134628.
HSL color Cylindrical-coordinate representation of color #649220: hue angle of 84.21º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #649220 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 146 | 32 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.43 |
| HSL | 84.21º | 0.64% | 0.35% | - |
| HSV(B) | 84.21º | 0.78% | 0.57% | - |
| XYZ | 15.8 | 23.37 | 5.05 | - |
| YUV | 119.25 | 78.76 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 32 | 0.32 | 0 | 0.78 | 0.43 | 84.21 | 0.64 | 0.35 |
| Hex | 64 | 92 | 20 | 20 | 0 | 4E | 2B | 54 | 40 | 23 |
| Octal | 144 | 222 | 40 | 40 | 0 | 116 | 53 | 124 | 100 | 43 |
| Binary | 1100100 | 10010010 | 100000 | 100000 | 0 | 1001110 | 101011 | 1010100 | 1000000 | 100011 |
Color Harmonies of #649220
Complementary color
Monochromatic Colors of #649220
Black with #649220
Text Example
Text Example
White with #649220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649220; }
p { color: rgb(100,146,32); }
H1.HeaderClassName
{
color: #649220;
}
.AnyTagClassName
{
color: #649220;
}
</style>
background-color css
<style>
a { background-color: #649220; }
a { background-color: rgb(100,146,32); }
div.DivClassName
{
background-color: #649220;
}
.BgClassName
{
background-color: #649220;
}
</style>
border-color css
<style>
span { border-color: #649220; }
span { border-color: rgb(100,146,32); }
td.TdClassName
{
border-color: #649220;
}
.TagClassName
{
border-color: #649220;
}
</style>