Shades of Myrtle #115608
Tints of Myrtle #115608
RGB
CMYK
RGB Variations
Color information
#115608 (or 0x115608) is known color: Myrtle. HEX triplet: 11, 56 and 08. RGB value is (17,86,8). Sum of RGB (Red+Green+Blue) = 17+86+8=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 86 (33.98% from 255 or 77.48% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 86 - color contains mainly: green. Hex color #115608 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115608 is #EEA9F7. Grayscale: #383838. Windows color (decimal): -15641080 or 546321. OLE color: 546321.
HSL color Cylindrical-coordinate representation of color #115608: hue angle of 113.08º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115608 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 86 | 8 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.66 |
| HSL | 113.08º | 0.83% | 0.18% | - |
| HSV(B) | 113.08º | 0.91% | 0.34% | - |
| XYZ | 3.6 | 6.79 | 1.35 | - |
| YUV | 56.48 | 100.64 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 8 | 0.80 | 0 | 0.91 | 0.66 | 113.08 | 0.83 | 0.18 |
| Hex | 11 | 56 | 8 | 50 | 0 | 5B | 42 | 71 | 53 | 12 |
| Octal | 21 | 126 | 10 | 120 | 0 | 133 | 102 | 161 | 123 | 22 |
| Binary | 10001 | 1010110 | 1000 | 1010000 | 0 | 1011011 | 1000010 | 1110001 | 1010011 | 10010 |
Color Harmonies of #115608
Complementary color
Monochromatic Colors of #115608
Black with #115608
Text Example
Text Example
White with #115608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115608; }
p { color: rgb(17,86,8); }
H1.HeaderClassName
{
color: #115608;
}
.AnyTagClassName
{
color: #115608;
}
</style>
background-color css
<style>
a { background-color: #115608; }
a { background-color: rgb(17,86,8); }
div.DivClassName
{
background-color: #115608;
}
.BgClassName
{
background-color: #115608;
}
</style>
border-color css
<style>
span { border-color: #115608; }
span { border-color: rgb(17,86,8); }
td.TdClassName
{
border-color: #115608;
}
.TagClassName
{
border-color: #115608;
}
</style>