Shades of Myrtle #115B11
Tints of Myrtle #115B11
RGB
CMYK
RGB Variations
Color information
#115B11 (or 0x115B11) is known color: Myrtle. HEX triplet: 11, 5B and 11. RGB value is (17,91,17). Sum of RGB (Red+Green+Blue) = 17+91+17=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 91 (35.94% from 255 or 72.8% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 91 - color contains mainly: green. Hex color #115B11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115B11 is #EEA4EE. Grayscale: #3C3C3C. Windows color (decimal): -15639791 or 1137425. OLE color: 1137425.
HSL color Cylindrical-coordinate representation of color #115B11: hue angle of 120º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115B11 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 91 | 17 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.64 |
| HSL | 120º | 0.69% | 0.21% | - |
| HSV(B) | 120º | 0.81% | 0.36% | - |
| XYZ | 4.07 | 7.64 | 1.79 | - |
| YUV | 60.44 | 103.48 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 17 | 0.81 | 0 | 0.81 | 0.64 | 120 | 0.69 | 0.21 |
| Hex | 11 | 5B | 11 | 51 | 0 | 51 | 40 | 78 | 45 | 15 |
| Octal | 21 | 133 | 21 | 121 | 0 | 121 | 100 | 170 | 105 | 25 |
| Binary | 10001 | 1011011 | 10001 | 1010001 | 0 | 1010001 | 1000000 | 1111000 | 1000101 | 10101 |
Color Harmonies of #115B11
Complementary color
Monochromatic Colors of #115B11
Black with #115B11
Text Example
Text Example
White with #115B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B11; }
p { color: rgb(17,91,17); }
H1.HeaderClassName
{
color: #115B11;
}
.AnyTagClassName
{
color: #115B11;
}
</style>
background-color css
<style>
a { background-color: #115B11; }
a { background-color: rgb(17,91,17); }
div.DivClassName
{
background-color: #115B11;
}
.BgClassName
{
background-color: #115B11;
}
</style>
border-color css
<style>
span { border-color: #115B11; }
span { border-color: rgb(17,91,17); }
td.TdClassName
{
border-color: #115B11;
}
.TagClassName
{
border-color: #115B11;
}
</style>