Shades of Myrtle #115B07
Tints of Myrtle #115B07
RGB
CMYK
RGB Variations
Color information
#115B07 (or 0x115B07) is known color: Myrtle. HEX triplet: 11, 5B and 07. RGB value is (17,91,7). Sum of RGB (Red+Green+Blue) = 17+91+7=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 91 (35.94% from 255 or 79.13% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 91 - color contains mainly: green. Hex color #115B07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115B07 is #EEA4F8. Grayscale: #3B3B3B. Windows color (decimal): -15639801 or 482065. OLE color: 482065.
HSL color Cylindrical-coordinate representation of color #115B07: hue angle of 112.86º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115B07 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 91 | 7 | - |
| CMYK | 0.81 | 0 | 0.92 | 0.64 |
| HSL | 112.86º | 0.86% | 0.19% | - |
| HSV(B) | 112.86º | 0.92% | 0.36% | - |
| XYZ | 4.01 | 7.62 | 1.46 | - |
| YUV | 59.3 | 98.48 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 7 | 0.81 | 0 | 0.92 | 0.64 | 112.86 | 0.86 | 0.19 |
| Hex | 11 | 5B | 7 | 51 | 0 | 5C | 40 | 71 | 56 | 13 |
| Octal | 21 | 133 | 7 | 121 | 0 | 134 | 100 | 161 | 126 | 23 |
| Binary | 10001 | 1011011 | 111 | 1010001 | 0 | 1011100 | 1000000 | 1110001 | 1010110 | 10011 |
Color Harmonies of #115B07
Complementary color
Monochromatic Colors of #115B07
Black with #115B07
Text Example
Text Example
White with #115B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B07; }
p { color: rgb(17,91,7); }
H1.HeaderClassName
{
color: #115B07;
}
.AnyTagClassName
{
color: #115B07;
}
</style>
background-color css
<style>
a { background-color: #115B07; }
a { background-color: rgb(17,91,7); }
div.DivClassName
{
background-color: #115B07;
}
.BgClassName
{
background-color: #115B07;
}
</style>
border-color css
<style>
span { border-color: #115B07; }
span { border-color: rgb(17,91,7); }
td.TdClassName
{
border-color: #115B07;
}
.TagClassName
{
border-color: #115B07;
}
</style>