Shades of Olive Drab #659016
Tints of Olive Drab #659016
RGB
CMYK
RGB Variations
Color information
#659016 (or 0x659016) is known color: Olive Drab. HEX triplet: 65, 90 and 16. RGB value is (101,144,22). Sum of RGB (Red+Green+Blue) = 101+144+22=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 144 (56.64% from 255 or 53.93% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 144 - color contains mainly: green. Hex color #659016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659016 is #9A6FE9. Grayscale: #757575. Windows color (decimal): -10121194 or 1478757. OLE color: 1478757.
HSL color Cylindrical-coordinate representation of color #659016: hue angle of 81.15º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #659016 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 144 | 22 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.44 |
| HSL | 81.15º | 0.73% | 0.33% | - |
| HSV(B) | 81.15º | 0.85% | 0.56% | - |
| XYZ | 15.48 | 22.77 | 4.34 | - |
| YUV | 117.24 | 74.25 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 22 | 0.30 | 0 | 0.85 | 0.44 | 81.15 | 0.73 | 0.33 |
| Hex | 65 | 90 | 16 | 1E | 0 | 55 | 2C | 51 | 49 | 21 |
| Octal | 145 | 220 | 26 | 36 | 0 | 125 | 54 | 121 | 111 | 41 |
| Binary | 1100101 | 10010000 | 10110 | 11110 | 0 | 1010101 | 101100 | 1010001 | 1001001 | 100001 |
Color Harmonies of #659016
Complementary color
Monochromatic Colors of #659016
Black with #659016
Text Example
Text Example
White with #659016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659016; }
p { color: rgb(101,144,22); }
H1.HeaderClassName
{
color: #659016;
}
.AnyTagClassName
{
color: #659016;
}
</style>
background-color css
<style>
a { background-color: #659016; }
a { background-color: rgb(101,144,22); }
div.DivClassName
{
background-color: #659016;
}
.BgClassName
{
background-color: #659016;
}
</style>
border-color css
<style>
span { border-color: #659016; }
span { border-color: rgb(101,144,22); }
td.TdClassName
{
border-color: #659016;
}
.TagClassName
{
border-color: #659016;
}
</style>