Shades of Olive Drab #659017
Tints of Olive Drab #659017
RGB
CMYK
RGB Variations
Color information
#659017 (or 0x659017) is known color: Olive Drab. HEX triplet: 65, 90 and 17. RGB value is (101,144,23). Sum of RGB (Red+Green+Blue) = 101+144+23=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #659017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659017 is #9A6FE8. Grayscale: #757575. Windows color (decimal): -10121193 or 1544293. OLE color: 1544293.
HSL color Cylindrical-coordinate representation of color #659017: hue angle of 81.32º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #659017 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 144 | 23 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.44 |
| HSL | 81.32º | 0.72% | 0.33% | - |
| HSV(B) | 81.32º | 0.84% | 0.56% | - |
| XYZ | 15.49 | 22.78 | 4.39 | - |
| YUV | 117.35 | 74.75 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 23 | 0.30 | 0 | 0.84 | 0.44 | 81.32 | 0.72 | 0.33 |
| Hex | 65 | 90 | 17 | 1E | 0 | 54 | 2C | 51 | 48 | 21 |
| Octal | 145 | 220 | 27 | 36 | 0 | 124 | 54 | 121 | 110 | 41 |
| Binary | 1100101 | 10010000 | 10111 | 11110 | 0 | 1010100 | 101100 | 1010001 | 1001000 | 100001 |
Color Harmonies of #659017
Complementary color
Monochromatic Colors of #659017
Black with #659017
Text Example
Text Example
White with #659017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659017; }
p { color: rgb(101,144,23); }
H1.HeaderClassName
{
color: #659017;
}
.AnyTagClassName
{
color: #659017;
}
</style>
background-color css
<style>
a { background-color: #659017; }
a { background-color: rgb(101,144,23); }
div.DivClassName
{
background-color: #659017;
}
.BgClassName
{
background-color: #659017;
}
</style>
border-color css
<style>
span { border-color: #659017; }
span { border-color: rgb(101,144,23); }
td.TdClassName
{
border-color: #659017;
}
.TagClassName
{
border-color: #659017;
}
</style>