Shades of Olive Drab #649404
Tints of Olive Drab #649404
RGB
CMYK
RGB Variations
Color information
#649404 (or 0x649404) is known color: Olive Drab. HEX triplet: 64, 94 and 04. RGB value is (100,148,4). Sum of RGB (Red+Green+Blue) = 100+148+4=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #649404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649404 is #9B6BFB. Grayscale: #757575. Windows color (decimal): -10185724 or 300132. OLE color: 300132.
HSL color Cylindrical-coordinate representation of color #649404: hue angle of 80º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #649404 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 148 | 4 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.42 |
| HSL | 80º | 0.95% | 0.3% | - |
| HSV(B) | 80º | 0.97% | 0.58% | - |
| XYZ | 15.87 | 23.9 | 3.89 | - |
| YUV | 117.23 | 64.1 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 4 | 0.32 | 0 | 0.97 | 0.42 | 80 | 0.95 | 0.3 |
| Hex | 64 | 94 | 4 | 20 | 0 | 61 | 2A | 50 | 5F | 1E |
| Octal | 144 | 224 | 4 | 40 | 0 | 141 | 52 | 120 | 137 | 36 |
| Binary | 1100100 | 10010100 | 100 | 100000 | 0 | 1100001 | 101010 | 1010000 | 1011111 | 11110 |
Color Harmonies of #649404
Complementary color
Monochromatic Colors of #649404
Black with #649404
Text Example
Text Example
White with #649404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649404; }
p { color: rgb(100,148,4); }
H1.HeaderClassName
{
color: #649404;
}
.AnyTagClassName
{
color: #649404;
}
</style>
background-color css
<style>
a { background-color: #649404; }
a { background-color: rgb(100,148,4); }
div.DivClassName
{
background-color: #649404;
}
.BgClassName
{
background-color: #649404;
}
</style>
border-color css
<style>
span { border-color: #649404; }
span { border-color: rgb(100,148,4); }
td.TdClassName
{
border-color: #649404;
}
.TagClassName
{
border-color: #649404;
}
</style>