Shades of Myrtle #115012
Tints of Myrtle #115012
RGB
CMYK
RGB Variations
Color information
#115012 (or 0x115012) is known color: Myrtle. HEX triplet: 11, 50 and 12. RGB value is (17,80,18). Sum of RGB (Red+Green+Blue) = 17+80+18=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #115012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115012 is #EEAFED. Grayscale: #363636. Windows color (decimal): -15642606 or 1200145. OLE color: 1200145.
HSL color Cylindrical-coordinate representation of color #115012: hue angle of 120.95º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115012 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 80 | 18 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.69 |
| HSL | 120.95º | 0.65% | 0.19% | - |
| HSV(B) | 120.95º | 0.79% | 0.31% | - |
| XYZ | 3.21 | 5.9 | 1.54 | - |
| YUV | 54.1 | 107.63 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 18 | 0.79 | 0 | 0.78 | 0.69 | 120.95 | 0.65 | 0.19 |
| Hex | 11 | 50 | 12 | 4F | 0 | 4E | 45 | 79 | 41 | 13 |
| Octal | 21 | 120 | 22 | 117 | 0 | 116 | 105 | 171 | 101 | 23 |
| Binary | 10001 | 1010000 | 10010 | 1001111 | 0 | 1001110 | 1000101 | 1111001 | 1000001 | 10011 |
Color Harmonies of #115012
Complementary color
Monochromatic Colors of #115012
Black with #115012
Text Example
Text Example
White with #115012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115012; }
p { color: rgb(17,80,18); }
H1.HeaderClassName
{
color: #115012;
}
.AnyTagClassName
{
color: #115012;
}
</style>
background-color css
<style>
a { background-color: #115012; }
a { background-color: rgb(17,80,18); }
div.DivClassName
{
background-color: #115012;
}
.BgClassName
{
background-color: #115012;
}
</style>
border-color css
<style>
span { border-color: #115012; }
span { border-color: rgb(17,80,18); }
td.TdClassName
{
border-color: #115012;
}
.TagClassName
{
border-color: #115012;
}
</style>