Shades of Myrtle #115114
Tints of Myrtle #115114
RGB
CMYK
RGB Variations
Color information
#115114 (or 0x115114) is known color: Myrtle. HEX triplet: 11, 51 and 14. RGB value is (17,81,20). Sum of RGB (Red+Green+Blue) = 17+81+20=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 81 (32.03% from 255 or 68.64% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 81 - color contains mainly: green. Hex color #115114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115114 is #EEAEEB. Grayscale: #373737. Windows color (decimal): -15642348 or 1331473. OLE color: 1331473.
HSL color Cylindrical-coordinate representation of color #115114: hue angle of 122.81º 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 #115114 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 81 | 20 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.68 |
| HSL | 122.81º | 0.65% | 0.19% | - |
| HSV(B) | 122.81º | 0.79% | 0.32% | - |
| XYZ | 3.3 | 6.05 | 1.66 | - |
| YUV | 54.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 20 | 0.79 | 0 | 0.75 | 0.68 | 122.81 | 0.65 | 0.19 |
| Hex | 11 | 51 | 14 | 4F | 0 | 4B | 44 | 7B | 41 | 13 |
| Octal | 21 | 121 | 24 | 117 | 0 | 113 | 104 | 173 | 101 | 23 |
| Binary | 10001 | 1010001 | 10100 | 1001111 | 0 | 1001011 | 1000100 | 1111011 | 1000001 | 10011 |
Color Harmonies of #115114
Complementary color
Monochromatic Colors of #115114
Black with #115114
Text Example
Text Example
White with #115114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115114; }
p { color: rgb(17,81,20); }
H1.HeaderClassName
{
color: #115114;
}
.AnyTagClassName
{
color: #115114;
}
</style>
background-color css
<style>
a { background-color: #115114; }
a { background-color: rgb(17,81,20); }
div.DivClassName
{
background-color: #115114;
}
.BgClassName
{
background-color: #115114;
}
</style>
border-color css
<style>
span { border-color: #115114; }
span { border-color: rgb(17,81,20); }
td.TdClassName
{
border-color: #115114;
}
.TagClassName
{
border-color: #115114;
}
</style>