Shades of Myrtle #115708
Tints of Myrtle #115708
RGB
CMYK
RGB Variations
Color information
#115708 (or 0x115708) is known color: Myrtle. HEX triplet: 11, 57 and 08. RGB value is (17,87,8). Sum of RGB (Red+Green+Blue) = 17+87+8=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 87 (34.38% from 255 or 77.68% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 87 - color contains mainly: green. Hex color #115708 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115708 is #EEA8F7. Grayscale: #393939. Windows color (decimal): -15640824 or 546577. OLE color: 546577.
HSL color Cylindrical-coordinate representation of color #115708: hue angle of 113.16º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115708 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 87 | 8 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.66 |
| HSL | 113.16º | 0.83% | 0.19% | - |
| HSV(B) | 113.16º | 0.91% | 0.34% | - |
| XYZ | 3.68 | 6.95 | 1.38 | - |
| YUV | 57.06 | 100.31 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 8 | 0.80 | 0 | 0.91 | 0.66 | 113.16 | 0.83 | 0.19 |
| Hex | 11 | 57 | 8 | 50 | 0 | 5B | 42 | 71 | 53 | 13 |
| Octal | 21 | 127 | 10 | 120 | 0 | 133 | 102 | 161 | 123 | 23 |
| Binary | 10001 | 1010111 | 1000 | 1010000 | 0 | 1011011 | 1000010 | 1110001 | 1010011 | 10011 |
Color Harmonies of #115708
Complementary color
Monochromatic Colors of #115708
Black with #115708
Text Example
Text Example
White with #115708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115708; }
p { color: rgb(17,87,8); }
H1.HeaderClassName
{
color: #115708;
}
.AnyTagClassName
{
color: #115708;
}
</style>
background-color css
<style>
a { background-color: #115708; }
a { background-color: rgb(17,87,8); }
div.DivClassName
{
background-color: #115708;
}
.BgClassName
{
background-color: #115708;
}
</style>
border-color css
<style>
span { border-color: #115708; }
span { border-color: rgb(17,87,8); }
td.TdClassName
{
border-color: #115708;
}
.TagClassName
{
border-color: #115708;
}
</style>