Shades of Myrtle #115B05
Tints of Myrtle #115B05
RGB
CMYK
RGB Variations
Color information
#115B05 (or 0x115B05) is known color: Myrtle. HEX triplet: 11, 5B and 05. RGB value is (17,91,5). Sum of RGB (Red+Green+Blue) = 17+91+5=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 91 (35.94% from 255 or 80.53% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 91 - color contains mainly: green. Hex color #115B05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115B05 is #EEA4FA. Grayscale: #3B3B3B. Windows color (decimal): -15639803 or 350993. OLE color: 350993.
HSL color Cylindrical-coordinate representation of color #115B05: hue angle of 111.63º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #115B05 is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 91 | 5 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.64 |
| HSL | 111.63º | 0.9% | 0.19% | - |
| HSV(B) | 111.63º | 0.95% | 0.36% | - |
| XYZ | 4 | 7.61 | 1.4 | - |
| YUV | 59.07 | 97.48 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 5 | 0.81 | 0 | 0.95 | 0.64 | 111.63 | 0.9 | 0.19 |
| Hex | 11 | 5B | 5 | 51 | 0 | 5F | 40 | 70 | 5A | 13 |
| Octal | 21 | 133 | 5 | 121 | 0 | 137 | 100 | 160 | 132 | 23 |
| Binary | 10001 | 1011011 | 101 | 1010001 | 0 | 1011111 | 1000000 | 1110000 | 1011010 | 10011 |
Color Harmonies of #115B05
Complementary color
Monochromatic Colors of #115B05
Black with #115B05
Text Example
Text Example
White with #115B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B05; }
p { color: rgb(17,91,5); }
H1.HeaderClassName
{
color: #115B05;
}
.AnyTagClassName
{
color: #115B05;
}
</style>
background-color css
<style>
a { background-color: #115B05; }
a { background-color: rgb(17,91,5); }
div.DivClassName
{
background-color: #115B05;
}
.BgClassName
{
background-color: #115B05;
}
</style>
border-color css
<style>
span { border-color: #115B05; }
span { border-color: rgb(17,91,5); }
td.TdClassName
{
border-color: #115B05;
}
.TagClassName
{
border-color: #115B05;
}
</style>