Shades of Myrtle #115605
Tints of Myrtle #115605
RGB
CMYK
RGB Variations
Color information
#115605 (or 0x115605) is known color: Myrtle. HEX triplet: 11, 56 and 05. RGB value is (17,86,5). Sum of RGB (Red+Green+Blue) = 17+86+5=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 86 (33.98% from 255 or 79.63% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 86 - color contains mainly: green. Hex color #115605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115605 is #EEA9FA. Grayscale: #383838. Windows color (decimal): -15641083 or 349713. OLE color: 349713.
HSL color Cylindrical-coordinate representation of color #115605: hue angle of 111.11º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #115605 is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 86 | 5 | - |
| CMYK | 0.80 | 0 | 0.94 | 0.66 |
| HSL | 111.11º | 0.89% | 0.18% | - |
| HSV(B) | 111.11º | 0.94% | 0.34% | - |
| XYZ | 3.59 | 6.79 | 1.26 | - |
| YUV | 56.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 5 | 0.80 | 0 | 0.94 | 0.66 | 111.11 | 0.89 | 0.18 |
| Hex | 11 | 56 | 5 | 50 | 0 | 5E | 42 | 6F | 59 | 12 |
| Octal | 21 | 126 | 5 | 120 | 0 | 136 | 102 | 157 | 131 | 22 |
| Binary | 10001 | 1010110 | 101 | 1010000 | 0 | 1011110 | 1000010 | 1101111 | 1011001 | 10010 |
Color Harmonies of #115605
Complementary color
Monochromatic Colors of #115605
Black with #115605
Text Example
Text Example
White with #115605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115605; }
p { color: rgb(17,86,5); }
H1.HeaderClassName
{
color: #115605;
}
.AnyTagClassName
{
color: #115605;
}
</style>
background-color css
<style>
a { background-color: #115605; }
a { background-color: rgb(17,86,5); }
div.DivClassName
{
background-color: #115605;
}
.BgClassName
{
background-color: #115605;
}
</style>
border-color css
<style>
span { border-color: #115605; }
span { border-color: rgb(17,86,5); }
td.TdClassName
{
border-color: #115605;
}
.TagClassName
{
border-color: #115605;
}
</style>