Shades of Myrtle #115607
Tints of Myrtle #115607
RGB
CMYK
RGB Variations
Color information
#115607 (or 0x115607) is known color: Myrtle. HEX triplet: 11, 56 and 07. RGB value is (17,86,7). Sum of RGB (Red+Green+Blue) = 17+86+7=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 86 (33.98% from 255 or 78.18% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 86 - color contains mainly: green. Hex color #115607 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115607 is #EEA9F8. Grayscale: #383838. Windows color (decimal): -15641081 or 480785. OLE color: 480785.
HSL color Cylindrical-coordinate representation of color #115607: hue angle of 112.41º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115607 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 86 | 7 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.66 |
| HSL | 112.41º | 0.85% | 0.18% | - |
| HSV(B) | 112.41º | 0.92% | 0.34% | - |
| XYZ | 3.6 | 6.79 | 1.32 | - |
| YUV | 56.36 | 100.14 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 7 | 0.80 | 0 | 0.92 | 0.66 | 112.41 | 0.85 | 0.18 |
| Hex | 11 | 56 | 7 | 50 | 0 | 5C | 42 | 70 | 55 | 12 |
| Octal | 21 | 126 | 7 | 120 | 0 | 134 | 102 | 160 | 125 | 22 |
| Binary | 10001 | 1010110 | 111 | 1010000 | 0 | 1011100 | 1000010 | 1110000 | 1010101 | 10010 |
Color Harmonies of #115607
Complementary color
Monochromatic Colors of #115607
Black with #115607
Text Example
Text Example
White with #115607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115607; }
p { color: rgb(17,86,7); }
H1.HeaderClassName
{
color: #115607;
}
.AnyTagClassName
{
color: #115607;
}
</style>
background-color css
<style>
a { background-color: #115607; }
a { background-color: rgb(17,86,7); }
div.DivClassName
{
background-color: #115607;
}
.BgClassName
{
background-color: #115607;
}
</style>
border-color css
<style>
span { border-color: #115607; }
span { border-color: rgb(17,86,7); }
td.TdClassName
{
border-color: #115607;
}
.TagClassName
{
border-color: #115607;
}
</style>