Shades of Myrtle #115B12
Tints of Myrtle #115B12
RGB
CMYK
RGB Variations
Color information
#115B12 (or 0x115B12) is known color: Myrtle. HEX triplet: 11, 5B and 12. RGB value is (17,91,18). Sum of RGB (Red+Green+Blue) = 17+91+18=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 91 (35.94% from 255 or 72.22% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 91 - color contains mainly: green. Hex color #115B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115B12 is #EEA4ED. Grayscale: #3C3C3C. Windows color (decimal): -15639790 or 1202961. OLE color: 1202961.
HSL color Cylindrical-coordinate representation of color #115B12: hue angle of 120.81º 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 #115B12 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 91 | 18 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.64 |
| HSL | 120.81º | 0.69% | 0.21% | - |
| HSV(B) | 120.81º | 0.81% | 0.36% | - |
| XYZ | 4.08 | 7.65 | 1.83 | - |
| YUV | 60.55 | 103.98 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 18 | 0.81 | 0 | 0.80 | 0.64 | 120.81 | 0.69 | 0.21 |
| Hex | 11 | 5B | 12 | 51 | 0 | 50 | 40 | 79 | 45 | 15 |
| Octal | 21 | 133 | 22 | 121 | 0 | 120 | 100 | 171 | 105 | 25 |
| Binary | 10001 | 1011011 | 10010 | 1010001 | 0 | 1010000 | 1000000 | 1111001 | 1000101 | 10101 |
Color Harmonies of #115B12
Complementary color
Monochromatic Colors of #115B12
Black with #115B12
Text Example
Text Example
White with #115B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B12; }
p { color: rgb(17,91,18); }
H1.HeaderClassName
{
color: #115B12;
}
.AnyTagClassName
{
color: #115B12;
}
</style>
background-color css
<style>
a { background-color: #115B12; }
a { background-color: rgb(17,91,18); }
div.DivClassName
{
background-color: #115B12;
}
.BgClassName
{
background-color: #115B12;
}
</style>
border-color css
<style>
span { border-color: #115B12; }
span { border-color: rgb(17,91,18); }
td.TdClassName
{
border-color: #115B12;
}
.TagClassName
{
border-color: #115B12;
}
</style>