Shades of Myrtle #115912
Tints of Myrtle #115912
RGB
CMYK
RGB Variations
Color information
#115912 (or 0x115912) is known color: Myrtle. HEX triplet: 11, 59 and 12. RGB value is (17,89,18). Sum of RGB (Red+Green+Blue) = 17+89+18=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 89 (35.16% from 255 or 71.77% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 89 - color contains mainly: green. Hex color #115912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115912 is #EEA6ED. Grayscale: #3B3B3B. Windows color (decimal): -15640302 or 1202449. OLE color: 1202449.
HSL color Cylindrical-coordinate representation of color #115912: hue angle of 120.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115912 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 89 | 18 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.65 |
| HSL | 120.83º | 0.68% | 0.21% | - |
| HSV(B) | 120.83º | 0.81% | 0.35% | - |
| XYZ | 3.91 | 7.31 | 1.78 | - |
| YUV | 59.38 | 104.65 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 18 | 0.81 | 0 | 0.80 | 0.65 | 120.83 | 0.68 | 0.21 |
| Hex | 11 | 59 | 12 | 51 | 0 | 50 | 41 | 79 | 44 | 15 |
| Octal | 21 | 131 | 22 | 121 | 0 | 120 | 101 | 171 | 104 | 25 |
| Binary | 10001 | 1011001 | 10010 | 1010001 | 0 | 1010000 | 1000001 | 1111001 | 1000100 | 10101 |
Color Harmonies of #115912
Complementary color
Monochromatic Colors of #115912
Black with #115912
Text Example
Text Example
White with #115912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115912; }
p { color: rgb(17,89,18); }
H1.HeaderClassName
{
color: #115912;
}
.AnyTagClassName
{
color: #115912;
}
</style>
background-color css
<style>
a { background-color: #115912; }
a { background-color: rgb(17,89,18); }
div.DivClassName
{
background-color: #115912;
}
.BgClassName
{
background-color: #115912;
}
</style>
border-color css
<style>
span { border-color: #115912; }
span { border-color: rgb(17,89,18); }
td.TdClassName
{
border-color: #115912;
}
.TagClassName
{
border-color: #115912;
}
</style>