Shades of Olive Drab #649807
Tints of Olive Drab #649807
RGB
CMYK
RGB Variations
Color information
#649807 (or 0x649807) is known color: Olive Drab. HEX triplet: 64, 98 and 07. RGB value is (100,152,7). Sum of RGB (Red+Green+Blue) = 100+152+7=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 152 (59.77% from 255 or 58.69% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 152 - color contains mainly: green. Hex color #649807 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649807 is #9B67F8. Grayscale: #787878. Windows color (decimal): -10184697 or 497764. OLE color: 497764.
HSL color Cylindrical-coordinate representation of color #649807: hue angle of 81.52º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #649807 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 7 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.40 |
| HSL | 81.52º | 0.91% | 0.31% | - |
| HSV(B) | 81.52º | 0.95% | 0.6% | - |
| XYZ | 16.52 | 25.18 | 4.19 | - |
| YUV | 119.92 | 64.27 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 7 | 0.34 | 0 | 0.95 | 0.40 | 81.52 | 0.91 | 0.31 |
| Hex | 64 | 98 | 7 | 22 | 0 | 5F | 28 | 52 | 5B | 1F |
| Octal | 144 | 230 | 7 | 42 | 0 | 137 | 50 | 122 | 133 | 37 |
| Binary | 1100100 | 10011000 | 111 | 100010 | 0 | 1011111 | 101000 | 1010010 | 1011011 | 11111 |
Color Harmonies of #649807
Complementary color
Monochromatic Colors of #649807
Black with #649807
Text Example
Text Example
White with #649807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649807; }
p { color: rgb(100,152,7); }
H1.HeaderClassName
{
color: #649807;
}
.AnyTagClassName
{
color: #649807;
}
</style>
background-color css
<style>
a { background-color: #649807; }
a { background-color: rgb(100,152,7); }
div.DivClassName
{
background-color: #649807;
}
.BgClassName
{
background-color: #649807;
}
</style>
border-color css
<style>
span { border-color: #649807; }
span { border-color: rgb(100,152,7); }
td.TdClassName
{
border-color: #649807;
}
.TagClassName
{
border-color: #649807;
}
</style>