Shades of Olive Drab #659611
Tints of Olive Drab #659611
RGB
CMYK
RGB Variations
Color information
#659611 (or 0x659611) is known color: Olive Drab. HEX triplet: 65, 96 and 11. RGB value is (101,150,17). Sum of RGB (Red+Green+Blue) = 101+150+17=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #659611 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659611 is #9A69EE. Grayscale: #787878. Windows color (decimal): -10119663 or 1152613. OLE color: 1152613.
HSL color Cylindrical-coordinate representation of color #659611: hue angle of 82.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #659611 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 101 | 150 | 17 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.41 |
| HSL | 82.11º | 0.8% | 0.33% | - |
| HSV(B) | 82.11º | 0.89% | 0.59% | - |
| XYZ | 16.37 | 24.62 | 4.42 | - |
| YUV | 120.19 | 69.77 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 150 | 17 | 0.33 | 0 | 0.89 | 0.41 | 82.11 | 0.8 | 0.33 |
| Hex | 65 | 96 | 11 | 21 | 0 | 59 | 29 | 52 | 50 | 21 |
| Octal | 145 | 226 | 21 | 41 | 0 | 131 | 51 | 122 | 120 | 41 |
| Binary | 1100101 | 10010110 | 10001 | 100001 | 0 | 1011001 | 101001 | 1010010 | 1010000 | 100001 |
Color Harmonies of #659611
Complementary color
Monochromatic Colors of #659611
Black with #659611
Text Example
Text Example
White with #659611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659611; }
p { color: rgb(101,150,17); }
H1.HeaderClassName
{
color: #659611;
}
.AnyTagClassName
{
color: #659611;
}
</style>
background-color css
<style>
a { background-color: #659611; }
a { background-color: rgb(101,150,17); }
div.DivClassName
{
background-color: #659611;
}
.BgClassName
{
background-color: #659611;
}
</style>
border-color css
<style>
span { border-color: #659611; }
span { border-color: rgb(101,150,17); }
td.TdClassName
{
border-color: #659611;
}
.TagClassName
{
border-color: #659611;
}
</style>