Shades of Olive Drab #649401
Tints of Olive Drab #649401
RGB
CMYK
RGB Variations
Color information
#649401 (or 0x649401) is known color: Olive Drab. HEX triplet: 64, 94 and 01. RGB value is (100,148,1). Sum of RGB (Red+Green+Blue) = 100+148+1=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 148 (58.20% from 255 or 59.44% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 148 - color contains mainly: green. Hex color #649401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649401 is #9B6BFE. Grayscale: #757575. Windows color (decimal): -10185727 or 103524. OLE color: 103524.
HSL color Cylindrical-coordinate representation of color #649401: hue angle of 79.59º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #649401 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 148 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.42 |
| HSL | 79.59º | 0.99% | 0.29% | - |
| HSV(B) | 79.59º | 0.99% | 0.58% | - |
| XYZ | 15.85 | 23.89 | 3.8 | - |
| YUV | 116.89 | 62.6 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 1 | 0.32 | 0 | 0.99 | 0.42 | 79.59 | 0.99 | 0.29 |
| Hex | 64 | 94 | 1 | 20 | 0 | 63 | 2A | 50 | 63 | 1D |
| Octal | 144 | 224 | 1 | 40 | 0 | 143 | 52 | 120 | 143 | 35 |
| Binary | 1100100 | 10010100 | 1 | 100000 | 0 | 1100011 | 101010 | 1010000 | 1100011 | 11101 |
Color Harmonies of #649401
Complementary color
Monochromatic Colors of #649401
Black with #649401
Text Example
Text Example
White with #649401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649401; }
p { color: rgb(100,148,1); }
H1.HeaderClassName
{
color: #649401;
}
.AnyTagClassName
{
color: #649401;
}
</style>
background-color css
<style>
a { background-color: #649401; }
a { background-color: rgb(100,148,1); }
div.DivClassName
{
background-color: #649401;
}
.BgClassName
{
background-color: #649401;
}
</style>
border-color css
<style>
span { border-color: #649401; }
span { border-color: rgb(100,148,1); }
td.TdClassName
{
border-color: #649401;
}
.TagClassName
{
border-color: #649401;
}
</style>