Shades of Myrtle #106116
Tints of Myrtle #106116
RGB
CMYK
RGB Variations
Color information
#106116 (or 0x106116) is known color: Myrtle. HEX triplet: 10, 61 and 16. RGB value is (16,97,22). Sum of RGB (Red+Green+Blue) = 16+97+22=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 97 (38.28% from 255 or 71.85% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 97 - color contains mainly: green. Hex color #106116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106116 is #EF9EE9. Grayscale: #404040. Windows color (decimal): -15703786 or 1466640. OLE color: 1466640.
HSL color Cylindrical-coordinate representation of color #106116: hue angle of 124.44º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106116 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 97 | 22 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.62 |
| HSL | 124.44º | 0.72% | 0.22% | - |
| HSV(B) | 124.44º | 0.84% | 0.38% | - |
| XYZ | 4.63 | 8.72 | 2.2 | - |
| YUV | 64.23 | 104.16 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 22 | 0.84 | 0 | 0.77 | 0.62 | 124.44 | 0.72 | 0.22 |
| Hex | 10 | 61 | 16 | 54 | 0 | 4D | 3E | 7C | 48 | 16 |
| Octal | 20 | 141 | 26 | 124 | 0 | 115 | 76 | 174 | 110 | 26 |
| Binary | 10000 | 1100001 | 10110 | 1010100 | 0 | 1001101 | 111110 | 1111100 | 1001000 | 10110 |
Color Harmonies of #106116
Complementary color
Monochromatic Colors of #106116
Black with #106116
Text Example
Text Example
White with #106116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106116; }
p { color: rgb(16,97,22); }
H1.HeaderClassName
{
color: #106116;
}
.AnyTagClassName
{
color: #106116;
}
</style>
background-color css
<style>
a { background-color: #106116; }
a { background-color: rgb(16,97,22); }
div.DivClassName
{
background-color: #106116;
}
.BgClassName
{
background-color: #106116;
}
</style>
border-color css
<style>
span { border-color: #106116; }
span { border-color: rgb(16,97,22); }
td.TdClassName
{
border-color: #106116;
}
.TagClassName
{
border-color: #106116;
}
</style>