Shades of Myrtle #115B06
Tints of Myrtle #115B06
RGB
CMYK
RGB Variations
Color information
#115B06 (or 0x115B06) is known color: Myrtle. HEX triplet: 11, 5B and 06. RGB value is (17,91,6). Sum of RGB (Red+Green+Blue) = 17+91+6=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 91 (35.94% from 255 or 79.82% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 91 - color contains mainly: green. Hex color #115B06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115B06 is #EEA4F9. Grayscale: #3B3B3B. Windows color (decimal): -15639802 or 416529. OLE color: 416529.
HSL color Cylindrical-coordinate representation of color #115B06: hue angle of 112.24º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115B06 is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 91 | 6 | - |
| CMYK | 0.81 | 0 | 0.93 | 0.64 |
| HSL | 112.24º | 0.88% | 0.19% | - |
| HSV(B) | 112.24º | 0.93% | 0.36% | - |
| XYZ | 4.01 | 7.61 | 1.43 | - |
| YUV | 59.18 | 97.98 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 6 | 0.81 | 0 | 0.93 | 0.64 | 112.24 | 0.88 | 0.19 |
| Hex | 11 | 5B | 6 | 51 | 0 | 5D | 40 | 70 | 58 | 13 |
| Octal | 21 | 133 | 6 | 121 | 0 | 135 | 100 | 160 | 130 | 23 |
| Binary | 10001 | 1011011 | 110 | 1010001 | 0 | 1011101 | 1000000 | 1110000 | 1011000 | 10011 |
Color Harmonies of #115B06
Complementary color
Monochromatic Colors of #115B06
Black with #115B06
Text Example
Text Example
White with #115B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B06; }
p { color: rgb(17,91,6); }
H1.HeaderClassName
{
color: #115B06;
}
.AnyTagClassName
{
color: #115B06;
}
</style>
background-color css
<style>
a { background-color: #115B06; }
a { background-color: rgb(17,91,6); }
div.DivClassName
{
background-color: #115B06;
}
.BgClassName
{
background-color: #115B06;
}
</style>
border-color css
<style>
span { border-color: #115B06; }
span { border-color: rgb(17,91,6); }
td.TdClassName
{
border-color: #115B06;
}
.TagClassName
{
border-color: #115B06;
}
</style>