Shades of Olive Drab #649704
Tints of Olive Drab #649704
RGB
CMYK
RGB Variations
Color information
#649704 (or 0x649704) is known color: Olive Drab. HEX triplet: 64, 97 and 04. RGB value is (100,151,4). Sum of RGB (Red+Green+Blue) = 100+151+4=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 151 (59.38% from 255 or 59.22% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 151 - color contains mainly: green. Hex color #649704 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649704 is #9B68FB. Grayscale: #777777. Windows color (decimal): -10184956 or 300900. OLE color: 300900.
HSL color Cylindrical-coordinate representation of color #649704: hue angle of 80.82º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #649704 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 4 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.41 |
| HSL | 80.82º | 0.95% | 0.3% | - |
| HSV(B) | 80.82º | 0.97% | 0.59% | - |
| XYZ | 16.34 | 24.85 | 4.05 | - |
| YUV | 118.99 | 63.1 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 4 | 0.34 | 0 | 0.97 | 0.41 | 80.82 | 0.95 | 0.3 |
| Hex | 64 | 97 | 4 | 22 | 0 | 61 | 29 | 51 | 5F | 1E |
| Octal | 144 | 227 | 4 | 42 | 0 | 141 | 51 | 121 | 137 | 36 |
| Binary | 1100100 | 10010111 | 100 | 100010 | 0 | 1100001 | 101001 | 1010001 | 1011111 | 11110 |
Color Harmonies of #649704
Complementary color
Monochromatic Colors of #649704
Black with #649704
Text Example
Text Example
White with #649704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649704; }
p { color: rgb(100,151,4); }
H1.HeaderClassName
{
color: #649704;
}
.AnyTagClassName
{
color: #649704;
}
</style>
background-color css
<style>
a { background-color: #649704; }
a { background-color: rgb(100,151,4); }
div.DivClassName
{
background-color: #649704;
}
.BgClassName
{
background-color: #649704;
}
</style>
border-color css
<style>
span { border-color: #649704; }
span { border-color: rgb(100,151,4); }
td.TdClassName
{
border-color: #649704;
}
.TagClassName
{
border-color: #649704;
}
</style>