Shades of Olive Drab #649506
Tints of Olive Drab #649506
RGB
CMYK
RGB Variations
Color information
#649506 (or 0x649506) is known color: Olive Drab. HEX triplet: 64, 95 and 06. RGB value is (100,149,6). Sum of RGB (Red+Green+Blue) = 100+149+6=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #649506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649506 is #9B6AF9. Grayscale: #767676. Windows color (decimal): -10185466 or 431460. OLE color: 431460.
HSL color Cylindrical-coordinate representation of color #649506: hue angle of 80.56º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #649506 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 6 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.42 |
| HSL | 80.56º | 0.92% | 0.3% | - |
| HSV(B) | 80.56º | 0.96% | 0.58% | - |
| XYZ | 16.04 | 24.22 | 4 | - |
| YUV | 118.05 | 64.77 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 6 | 0.33 | 0 | 0.96 | 0.42 | 80.56 | 0.92 | 0.3 |
| Hex | 64 | 95 | 6 | 21 | 0 | 60 | 2A | 51 | 5C | 1E |
| Octal | 144 | 225 | 6 | 41 | 0 | 140 | 52 | 121 | 134 | 36 |
| Binary | 1100100 | 10010101 | 110 | 100001 | 0 | 1100000 | 101010 | 1010001 | 1011100 | 11110 |
Color Harmonies of #649506
Complementary color
Monochromatic Colors of #649506
Black with #649506
Text Example
Text Example
White with #649506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649506; }
p { color: rgb(100,149,6); }
H1.HeaderClassName
{
color: #649506;
}
.AnyTagClassName
{
color: #649506;
}
</style>
background-color css
<style>
a { background-color: #649506; }
a { background-color: rgb(100,149,6); }
div.DivClassName
{
background-color: #649506;
}
.BgClassName
{
background-color: #649506;
}
</style>
border-color css
<style>
span { border-color: #649506; }
span { border-color: rgb(100,149,6); }
td.TdClassName
{
border-color: #649506;
}
.TagClassName
{
border-color: #649506;
}
</style>