Shades of Myrtle #115901
Tints of Myrtle #115901
RGB
CMYK
RGB Variations
Color information
#115901 (or 0x115901) is known color: Myrtle. HEX triplet: 11, 59 and 01. RGB value is (17,89,1). Sum of RGB (Red+Green+Blue) = 17+89+1=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 89 (35.16% from 255 or 83.18% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 89 - color contains mainly: green. Hex color #115901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115901 is #EEA6FE. Grayscale: #393939. Windows color (decimal): -15640319 or 88337. OLE color: 88337.
HSL color Cylindrical-coordinate representation of color #115901: hue angle of 109.09º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #115901 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 89 | 1 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.65 |
| HSL | 109.09º | 0.98% | 0.18% | - |
| HSV(B) | 109.09º | 0.99% | 0.35% | - |
| XYZ | 3.81 | 7.27 | 1.23 | - |
| YUV | 57.44 | 96.15 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 1 | 0.81 | 0 | 0.99 | 0.65 | 109.09 | 0.98 | 0.18 |
| Hex | 11 | 59 | 1 | 51 | 0 | 63 | 41 | 6D | 62 | 12 |
| Octal | 21 | 131 | 1 | 121 | 0 | 143 | 101 | 155 | 142 | 22 |
| Binary | 10001 | 1011001 | 1 | 1010001 | 0 | 1100011 | 1000001 | 1101101 | 1100010 | 10010 |
Color Harmonies of #115901
Complementary color
Monochromatic Colors of #115901
Black with #115901
Text Example
Text Example
White with #115901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115901; }
p { color: rgb(17,89,1); }
H1.HeaderClassName
{
color: #115901;
}
.AnyTagClassName
{
color: #115901;
}
</style>
background-color css
<style>
a { background-color: #115901; }
a { background-color: rgb(17,89,1); }
div.DivClassName
{
background-color: #115901;
}
.BgClassName
{
background-color: #115901;
}
</style>
border-color css
<style>
span { border-color: #115901; }
span { border-color: rgb(17,89,1); }
td.TdClassName
{
border-color: #115901;
}
.TagClassName
{
border-color: #115901;
}
</style>