Shades of Myrtle #116012
Tints of Myrtle #116012
RGB
CMYK
RGB Variations
Color information
#116012 (or 0x116012) is known color: Myrtle. HEX triplet: 11, 60 and 12. RGB value is (17,96,18). Sum of RGB (Red+Green+Blue) = 17+96+18=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 96 (37.89% from 255 or 73.28% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 96 - color contains mainly: green. Hex color #116012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116012 is #EE9FED. Grayscale: #3F3F3F. Windows color (decimal): -15638510 or 1204241. OLE color: 1204241.
HSL color Cylindrical-coordinate representation of color #116012: hue angle of 120.76º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116012 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 96 | 18 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.62 |
| HSL | 120.76º | 0.7% | 0.22% | - |
| HSV(B) | 120.76º | 0.82% | 0.38% | - |
| XYZ | 4.52 | 8.53 | 1.98 | - |
| YUV | 63.49 | 102.33 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 18 | 0.82 | 0 | 0.81 | 0.62 | 120.76 | 0.7 | 0.22 |
| Hex | 11 | 60 | 12 | 52 | 0 | 51 | 3E | 79 | 46 | 16 |
| Octal | 21 | 140 | 22 | 122 | 0 | 121 | 76 | 171 | 106 | 26 |
| Binary | 10001 | 1100000 | 10010 | 1010010 | 0 | 1010001 | 111110 | 1111001 | 1000110 | 10110 |
Color Harmonies of #116012
Complementary color
Monochromatic Colors of #116012
Black with #116012
Text Example
Text Example
White with #116012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116012; }
p { color: rgb(17,96,18); }
H1.HeaderClassName
{
color: #116012;
}
.AnyTagClassName
{
color: #116012;
}
</style>
background-color css
<style>
a { background-color: #116012; }
a { background-color: rgb(17,96,18); }
div.DivClassName
{
background-color: #116012;
}
.BgClassName
{
background-color: #116012;
}
</style>
border-color css
<style>
span { border-color: #116012; }
span { border-color: rgb(17,96,18); }
td.TdClassName
{
border-color: #116012;
}
.TagClassName
{
border-color: #116012;
}
</style>