Shades of Olive Drab #649117
Tints of Olive Drab #649117
RGB
CMYK
RGB Variations
Color information
#649117 (or 0x649117) is known color: Olive Drab. HEX triplet: 64, 91 and 17. RGB value is (100,145,23). Sum of RGB (Red+Green+Blue) = 100+145+23=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #649117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649117 is #9B6EE8. Grayscale: #767676. Windows color (decimal): -10186473 or 1544548. OLE color: 1544548.
HSL color Cylindrical-coordinate representation of color #649117: hue angle of 82.13º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #649117 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 145 | 23 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.43 |
| HSL | 82.13º | 0.73% | 0.33% | - |
| HSV(B) | 82.13º | 0.84% | 0.57% | - |
| XYZ | 15.54 | 23.02 | 4.44 | - |
| YUV | 117.64 | 74.59 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 23 | 0.31 | 0 | 0.84 | 0.43 | 82.13 | 0.73 | 0.33 |
| Hex | 64 | 91 | 17 | 1F | 0 | 54 | 2B | 52 | 49 | 21 |
| Octal | 144 | 221 | 27 | 37 | 0 | 124 | 53 | 122 | 111 | 41 |
| Binary | 1100100 | 10010001 | 10111 | 11111 | 0 | 1010100 | 101011 | 1010010 | 1001001 | 100001 |
Color Harmonies of #649117
Complementary color
Monochromatic Colors of #649117
Black with #649117
Text Example
Text Example
White with #649117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649117; }
p { color: rgb(100,145,23); }
H1.HeaderClassName
{
color: #649117;
}
.AnyTagClassName
{
color: #649117;
}
</style>
background-color css
<style>
a { background-color: #649117; }
a { background-color: rgb(100,145,23); }
div.DivClassName
{
background-color: #649117;
}
.BgClassName
{
background-color: #649117;
}
</style>
border-color css
<style>
span { border-color: #649117; }
span { border-color: rgb(100,145,23); }
td.TdClassName
{
border-color: #649117;
}
.TagClassName
{
border-color: #649117;
}
</style>