Shades of Myrtle #115117
Tints of Myrtle #115117
RGB
CMYK
RGB Variations
Color information
#115117 (or 0x115117) is known color: Myrtle. HEX triplet: 11, 51 and 17. RGB value is (17,81,23). Sum of RGB (Red+Green+Blue) = 17+81+23=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 81 (32.03% from 255 or 66.94% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 81 - color contains mainly: green. Hex color #115117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115117 is #EEAEE8. Grayscale: #373737. Windows color (decimal): -15642345 or 1528081. OLE color: 1528081.
HSL color Cylindrical-coordinate representation of color #115117: hue angle of 125.62º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115117 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 81 | 23 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.68 |
| HSL | 125.63º | 0.65% | 0.19% | - |
| HSV(B) | 125.63º | 0.79% | 0.32% | - |
| XYZ | 3.33 | 6.07 | 1.81 | - |
| YUV | 55.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 23 | 0.79 | 0 | 0.72 | 0.68 | 125.63 | 0.65 | 0.19 |
| Hex | 11 | 51 | 17 | 4F | 0 | 48 | 44 | 7E | 41 | 13 |
| Octal | 21 | 121 | 27 | 117 | 0 | 110 | 104 | 176 | 101 | 23 |
| Binary | 10001 | 1010001 | 10111 | 1001111 | 0 | 1001000 | 1000100 | 1111110 | 1000001 | 10011 |
Color Harmonies of #115117
Complementary color
Monochromatic Colors of #115117
Black with #115117
Text Example
Text Example
White with #115117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115117; }
p { color: rgb(17,81,23); }
H1.HeaderClassName
{
color: #115117;
}
.AnyTagClassName
{
color: #115117;
}
</style>
background-color css
<style>
a { background-color: #115117; }
a { background-color: rgb(17,81,23); }
div.DivClassName
{
background-color: #115117;
}
.BgClassName
{
background-color: #115117;
}
</style>
border-color css
<style>
span { border-color: #115117; }
span { border-color: rgb(17,81,23); }
td.TdClassName
{
border-color: #115117;
}
.TagClassName
{
border-color: #115117;
}
</style>