Shades of Myrtle #115808
Tints of Myrtle #115808
RGB
CMYK
RGB Variations
Color information
#115808 (or 0x115808) is known color: Myrtle. HEX triplet: 11, 58 and 08. RGB value is (17,88,8). Sum of RGB (Red+Green+Blue) = 17+88+8=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 88 (34.77% from 255 or 77.88% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 88 - color contains mainly: green. Hex color #115808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115808 is #EEA7F7. Grayscale: #393939. Windows color (decimal): -15640568 or 546833. OLE color: 546833.
HSL color Cylindrical-coordinate representation of color #115808: hue angle of 113.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115808 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 88 | 8 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.65 |
| HSL | 113.25º | 0.83% | 0.19% | - |
| HSV(B) | 113.25º | 0.91% | 0.35% | - |
| XYZ | 3.76 | 7.12 | 1.4 | - |
| YUV | 57.65 | 99.98 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 8 | 0.81 | 0 | 0.91 | 0.65 | 113.25 | 0.83 | 0.19 |
| Hex | 11 | 58 | 8 | 51 | 0 | 5B | 41 | 71 | 53 | 13 |
| Octal | 21 | 130 | 10 | 121 | 0 | 133 | 101 | 161 | 123 | 23 |
| Binary | 10001 | 1011000 | 1000 | 1010001 | 0 | 1011011 | 1000001 | 1110001 | 1010011 | 10011 |
Color Harmonies of #115808
Complementary color
Monochromatic Colors of #115808
Black with #115808
Text Example
Text Example
White with #115808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115808; }
p { color: rgb(17,88,8); }
H1.HeaderClassName
{
color: #115808;
}
.AnyTagClassName
{
color: #115808;
}
</style>
background-color css
<style>
a { background-color: #115808; }
a { background-color: rgb(17,88,8); }
div.DivClassName
{
background-color: #115808;
}
.BgClassName
{
background-color: #115808;
}
</style>
border-color css
<style>
span { border-color: #115808; }
span { border-color: rgb(17,88,8); }
td.TdClassName
{
border-color: #115808;
}
.TagClassName
{
border-color: #115808;
}
</style>