Shades of Myrtle #115806
Tints of Myrtle #115806
RGB
CMYK
RGB Variations
Color information
#115806 (or 0x115806) is known color: Myrtle. HEX triplet: 11, 58 and 06. RGB value is (17,88,6). Sum of RGB (Red+Green+Blue) = 17+88+6=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 88 (34.77% from 255 or 79.28% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 88 - color contains mainly: green. Hex color #115806 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115806 is #EEA7F9. Grayscale: #393939. Windows color (decimal): -15640570 or 415761. OLE color: 415761.
HSL color Cylindrical-coordinate representation of color #115806: hue angle of 111.95º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115806 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 88 | 6 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.65 |
| HSL | 111.95º | 0.87% | 0.18% | - |
| HSV(B) | 111.95º | 0.93% | 0.35% | - |
| XYZ | 3.75 | 7.11 | 1.35 | - |
| YUV | 57.42 | 98.98 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 6 | 0.81 | 0 | 0.93 | 0.65 | 111.95 | 0.87 | 0.18 |
| Hex | 11 | 58 | 6 | 51 | 0 | 5D | 41 | 70 | 57 | 12 |
| Octal | 21 | 130 | 6 | 121 | 0 | 135 | 101 | 160 | 127 | 22 |
| Binary | 10001 | 1011000 | 110 | 1010001 | 0 | 1011101 | 1000001 | 1110000 | 1010111 | 10010 |
Color Harmonies of #115806
Complementary color
Monochromatic Colors of #115806
Black with #115806
Text Example
Text Example
White with #115806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115806; }
p { color: rgb(17,88,6); }
H1.HeaderClassName
{
color: #115806;
}
.AnyTagClassName
{
color: #115806;
}
</style>
background-color css
<style>
a { background-color: #115806; }
a { background-color: rgb(17,88,6); }
div.DivClassName
{
background-color: #115806;
}
.BgClassName
{
background-color: #115806;
}
</style>
border-color css
<style>
span { border-color: #115806; }
span { border-color: rgb(17,88,6); }
td.TdClassName
{
border-color: #115806;
}
.TagClassName
{
border-color: #115806;
}
</style>