Shades of Myrtle #115D10
Tints of Myrtle #115D10
RGB
CMYK
RGB Variations
Color information
#115D10 (or 0x115D10) is known color: Myrtle. HEX triplet: 11, 5D and 10. RGB value is (17,93,16). Sum of RGB (Red+Green+Blue) = 17+93+16=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 93 (36.72% from 255 or 73.81% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 93 - color contains mainly: green. Hex color #115D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115D10 is #EEA2EF. Grayscale: #3D3D3D. Windows color (decimal): -15639280 or 1072401. OLE color: 1072401.
HSL color Cylindrical-coordinate representation of color #115D10: hue angle of 119.22º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115D10 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 93 | 16 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.64 |
| HSL | 119.22º | 0.71% | 0.21% | - |
| HSV(B) | 119.22º | 0.83% | 0.36% | - |
| XYZ | 4.24 | 7.99 | 1.81 | - |
| YUV | 61.5 | 102.32 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 16 | 0.82 | 0 | 0.83 | 0.64 | 119.22 | 0.71 | 0.21 |
| Hex | 11 | 5D | 10 | 52 | 0 | 53 | 40 | 77 | 47 | 15 |
| Octal | 21 | 135 | 20 | 122 | 0 | 123 | 100 | 167 | 107 | 25 |
| Binary | 10001 | 1011101 | 10000 | 1010010 | 0 | 1010011 | 1000000 | 1110111 | 1000111 | 10101 |
Color Harmonies of #115D10
Complementary color
Monochromatic Colors of #115D10
Black with #115D10
Text Example
Text Example
White with #115D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D10; }
p { color: rgb(17,93,16); }
H1.HeaderClassName
{
color: #115D10;
}
.AnyTagClassName
{
color: #115D10;
}
</style>
background-color css
<style>
a { background-color: #115D10; }
a { background-color: rgb(17,93,16); }
div.DivClassName
{
background-color: #115D10;
}
.BgClassName
{
background-color: #115D10;
}
</style>
border-color css
<style>
span { border-color: #115D10; }
span { border-color: rgb(17,93,16); }
td.TdClassName
{
border-color: #115D10;
}
.TagClassName
{
border-color: #115D10;
}
</style>