Shades of Myrtle #111610
Tints of Myrtle #111610
RGB
CMYK
RGB Variations
Color information
#111610 (or 0x111610) is known color: Myrtle. HEX triplet: 11, 16 and 10. RGB value is (17,22,16). Sum of RGB (Red+Green+Blue) = 17+22+16=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 22 - color contains mainly: green. Hex color #111610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111610 is #EEE9EF. Grayscale: #131313. Windows color (decimal): -15657456 or 1054225. OLE color: 1054225.
HSL color Cylindrical-coordinate representation of color #111610: hue angle of 110º degrees, saturation: 0.16, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #111610 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 22 | 16 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.91 |
| HSL | 110º | 0.16% | 0.07% | - |
| HSV(B) | 110º | 0.27% | 0.09% | - |
| XYZ | 0.61 | 0.73 | 0.6 | - |
| YUV | 19.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 16 | 0.23 | 0 | 0.27 | 0.91 | 110 | 0.16 | 0.07 |
| Hex | 11 | 16 | 10 | 17 | 0 | 1B | 5B | 6E | 10 | 7 |
| Octal | 21 | 26 | 20 | 27 | 0 | 33 | 133 | 156 | 20 | 7 |
| Binary | 10001 | 10110 | 10000 | 10111 | 0 | 11011 | 1011011 | 1101110 | 10000 | 111 |
Color Harmonies of #111610
Complementary color
Monochromatic Colors of #111610
Black with #111610
Text Example
Text Example
White with #111610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111610; }
p { color: rgb(17,22,16); }
H1.HeaderClassName
{
color: #111610;
}
.AnyTagClassName
{
color: #111610;
}
</style>
background-color css
<style>
a { background-color: #111610; }
a { background-color: rgb(17,22,16); }
div.DivClassName
{
background-color: #111610;
}
.BgClassName
{
background-color: #111610;
}
</style>
border-color css
<style>
span { border-color: #111610; }
span { border-color: rgb(17,22,16); }
td.TdClassName
{
border-color: #111610;
}
.TagClassName
{
border-color: #111610;
}
</style>