Shades of Olive Drab #649708
Tints of Olive Drab #649708
RGB
CMYK
RGB Variations
Color information
#649708 (or 0x649708) is known color: Olive Drab. HEX triplet: 64, 97 and 08. RGB value is (100,151,8). Sum of RGB (Red+Green+Blue) = 100+151+8=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 151 (59.38% from 255 or 58.30% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 151 - color contains mainly: green. Hex color #649708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649708 is #9B68F7. Grayscale: #777777. Windows color (decimal): -10184952 or 563044. OLE color: 563044.
HSL color Cylindrical-coordinate representation of color #649708: hue angle of 81.4º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #649708 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 8 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.41 |
| HSL | 81.4º | 0.9% | 0.31% | - |
| HSV(B) | 81.4º | 0.95% | 0.59% | - |
| XYZ | 16.37 | 24.86 | 4.17 | - |
| YUV | 119.45 | 65.1 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 8 | 0.34 | 0 | 0.95 | 0.41 | 81.4 | 0.9 | 0.31 |
| Hex | 64 | 97 | 8 | 22 | 0 | 5F | 29 | 51 | 5A | 1F |
| Octal | 144 | 227 | 10 | 42 | 0 | 137 | 51 | 121 | 132 | 37 |
| Binary | 1100100 | 10010111 | 1000 | 100010 | 0 | 1011111 | 101001 | 1010001 | 1011010 | 11111 |
Color Harmonies of #649708
Complementary color
Monochromatic Colors of #649708
Black with #649708
Text Example
Text Example
White with #649708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649708; }
p { color: rgb(100,151,8); }
H1.HeaderClassName
{
color: #649708;
}
.AnyTagClassName
{
color: #649708;
}
</style>
background-color css
<style>
a { background-color: #649708; }
a { background-color: rgb(100,151,8); }
div.DivClassName
{
background-color: #649708;
}
.BgClassName
{
background-color: #649708;
}
</style>
border-color css
<style>
span { border-color: #649708; }
span { border-color: rgb(100,151,8); }
td.TdClassName
{
border-color: #649708;
}
.TagClassName
{
border-color: #649708;
}
</style>