Shades of Olive Drab #659517
Tints of Olive Drab #659517
RGB
CMYK
RGB Variations
Color information
#659517 (or 0x659517) is known color: Olive Drab. HEX triplet: 65, 95 and 17. RGB value is (101,149,23). Sum of RGB (Red+Green+Blue) = 101+149+23=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #659517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659517 is #9A6AE8. Grayscale: #787878. Windows color (decimal): -10119913 or 1545573. OLE color: 1545573.
HSL color Cylindrical-coordinate representation of color #659517: hue angle of 82.86º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #659517 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 149 | 23 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.42 |
| HSL | 82.86º | 0.73% | 0.34% | - |
| HSV(B) | 82.86º | 0.85% | 0.58% | - |
| XYZ | 16.27 | 24.32 | 4.65 | - |
| YUV | 120.28 | 73.1 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 149 | 23 | 0.32 | 0 | 0.85 | 0.42 | 82.86 | 0.73 | 0.34 |
| Hex | 65 | 95 | 17 | 20 | 0 | 55 | 2A | 53 | 49 | 22 |
| Octal | 145 | 225 | 27 | 40 | 0 | 125 | 52 | 123 | 111 | 42 |
| Binary | 1100101 | 10010101 | 10111 | 100000 | 0 | 1010101 | 101010 | 1010011 | 1001001 | 100010 |
Color Harmonies of #659517
Complementary color
Monochromatic Colors of #659517
Black with #659517
Text Example
Text Example
White with #659517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659517; }
p { color: rgb(101,149,23); }
H1.HeaderClassName
{
color: #659517;
}
.AnyTagClassName
{
color: #659517;
}
</style>
background-color css
<style>
a { background-color: #659517; }
a { background-color: rgb(101,149,23); }
div.DivClassName
{
background-color: #659517;
}
.BgClassName
{
background-color: #659517;
}
</style>
border-color css
<style>
span { border-color: #659517; }
span { border-color: rgb(101,149,23); }
td.TdClassName
{
border-color: #659517;
}
.TagClassName
{
border-color: #659517;
}
</style>