Shades of Olive Drab #649417
Tints of Olive Drab #649417
RGB
CMYK
RGB Variations
Color information
#649417 (or 0x649417) is known color: Olive Drab. HEX triplet: 64, 94 and 17. RGB value is (100,148,23). Sum of RGB (Red+Green+Blue) = 100+148+23=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #649417 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649417 is #9B6BE8. Grayscale: #777777. Windows color (decimal): -10185705 or 1545316. OLE color: 1545316.
HSL color Cylindrical-coordinate representation of color #649417: hue angle of 83.04º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #649417 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 148 | 23 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.42 |
| HSL | 83.04º | 0.73% | 0.34% | - |
| HSV(B) | 83.04º | 0.84% | 0.58% | - |
| XYZ | 16 | 23.95 | 4.59 | - |
| YUV | 119.4 | 73.6 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 23 | 0.32 | 0 | 0.84 | 0.42 | 83.04 | 0.73 | 0.34 |
| Hex | 64 | 94 | 17 | 20 | 0 | 54 | 2A | 53 | 49 | 22 |
| Octal | 144 | 224 | 27 | 40 | 0 | 124 | 52 | 123 | 111 | 42 |
| Binary | 1100100 | 10010100 | 10111 | 100000 | 0 | 1010100 | 101010 | 1010011 | 1001001 | 100010 |
Color Harmonies of #649417
Complementary color
Monochromatic Colors of #649417
Black with #649417
Text Example
Text Example
White with #649417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649417; }
p { color: rgb(100,148,23); }
H1.HeaderClassName
{
color: #649417;
}
.AnyTagClassName
{
color: #649417;
}
</style>
background-color css
<style>
a { background-color: #649417; }
a { background-color: rgb(100,148,23); }
div.DivClassName
{
background-color: #649417;
}
.BgClassName
{
background-color: #649417;
}
</style>
border-color css
<style>
span { border-color: #649417; }
span { border-color: rgb(100,148,23); }
td.TdClassName
{
border-color: #649417;
}
.TagClassName
{
border-color: #649417;
}
</style>