Shades of Olive Drab #649507
Tints of Olive Drab #649507
RGB
CMYK
RGB Variations
Color information
#649507 (or 0x649507) is known color: Olive Drab. HEX triplet: 64, 95 and 07. RGB value is (100,149,7). Sum of RGB (Red+Green+Blue) = 100+149+7=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #649507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649507 is #9B6AF8. Grayscale: #767676. Windows color (decimal): -10185465 or 496996. OLE color: 496996.
HSL color Cylindrical-coordinate representation of color #649507: hue angle of 80.7º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #649507 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 7 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.42 |
| HSL | 80.7º | 0.91% | 0.31% | - |
| HSV(B) | 80.7º | 0.95% | 0.58% | - |
| XYZ | 16.04 | 24.22 | 4.03 | - |
| YUV | 118.16 | 65.27 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 7 | 0.33 | 0 | 0.95 | 0.42 | 80.7 | 0.91 | 0.31 |
| Hex | 64 | 95 | 7 | 21 | 0 | 5F | 2A | 51 | 5B | 1F |
| Octal | 144 | 225 | 7 | 41 | 0 | 137 | 52 | 121 | 133 | 37 |
| Binary | 1100100 | 10010101 | 111 | 100001 | 0 | 1011111 | 101010 | 1010001 | 1011011 | 11111 |
Color Harmonies of #649507
Complementary color
Monochromatic Colors of #649507
Black with #649507
Text Example
Text Example
White with #649507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649507; }
p { color: rgb(100,149,7); }
H1.HeaderClassName
{
color: #649507;
}
.AnyTagClassName
{
color: #649507;
}
</style>
background-color css
<style>
a { background-color: #649507; }
a { background-color: rgb(100,149,7); }
div.DivClassName
{
background-color: #649507;
}
.BgClassName
{
background-color: #649507;
}
</style>
border-color css
<style>
span { border-color: #649507; }
span { border-color: rgb(100,149,7); }
td.TdClassName
{
border-color: #649507;
}
.TagClassName
{
border-color: #649507;
}
</style>