Shades of Myrtle #116111
Tints of Myrtle #116111
RGB
CMYK
RGB Variations
Color information
#116111 (or 0x116111) is known color: Myrtle. HEX triplet: 11, 61 and 11. RGB value is (17,97,17). Sum of RGB (Red+Green+Blue) = 17+97+17=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 97 (38.28% from 255 or 74.05% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 97 - color contains mainly: green. Hex color #116111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116111 is #EE9EEE. Grayscale: #404040. Windows color (decimal): -15638255 or 1138961. OLE color: 1138961.
HSL color Cylindrical-coordinate representation of color #116111: hue angle of 120º 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 #116111 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 17 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.62 |
| HSL | 120º | 0.7% | 0.22% | - |
| HSV(B) | 120º | 0.82% | 0.38% | - |
| XYZ | 4.61 | 8.71 | 1.97 | - |
| YUV | 63.96 | 101.5 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 17 | 0.82 | 0 | 0.82 | 0.62 | 120 | 0.7 | 0.22 |
| Hex | 11 | 61 | 11 | 52 | 0 | 52 | 3E | 78 | 46 | 16 |
| Octal | 21 | 141 | 21 | 122 | 0 | 122 | 76 | 170 | 106 | 26 |
| Binary | 10001 | 1100001 | 10001 | 1010010 | 0 | 1010010 | 111110 | 1111000 | 1000110 | 10110 |
Color Harmonies of #116111
Complementary color
Monochromatic Colors of #116111
Black with #116111
Text Example
Text Example
White with #116111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116111; }
p { color: rgb(17,97,17); }
H1.HeaderClassName
{
color: #116111;
}
.AnyTagClassName
{
color: #116111;
}
</style>
background-color css
<style>
a { background-color: #116111; }
a { background-color: rgb(17,97,17); }
div.DivClassName
{
background-color: #116111;
}
.BgClassName
{
background-color: #116111;
}
</style>
border-color css
<style>
span { border-color: #116111; }
span { border-color: rgb(17,97,17); }
td.TdClassName
{
border-color: #116111;
}
.TagClassName
{
border-color: #116111;
}
</style>