Shades of Myrtle #106115
Tints of Myrtle #106115
RGB
CMYK
RGB Variations
Color information
#106115 (or 0x106115) is known color: Myrtle. HEX triplet: 10, 61 and 15. RGB value is (16,97,21). Sum of RGB (Red+Green+Blue) = 16+97+21=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 97 (38.28% from 255 or 72.39% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 97 - color contains mainly: green. Hex color #106115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106115 is #EF9EEA. Grayscale: #404040. Windows color (decimal): -15703787 or 1401104. OLE color: 1401104.
HSL color Cylindrical-coordinate representation of color #106115: hue angle of 123.7º 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 #106115 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 97 | 21 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.62 |
| HSL | 123.7º | 0.72% | 0.22% | - |
| HSV(B) | 123.7º | 0.84% | 0.38% | - |
| XYZ | 4.62 | 8.71 | 2.15 | - |
| YUV | 64.12 | 103.66 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 21 | 0.84 | 0 | 0.78 | 0.62 | 123.7 | 0.72 | 0.22 |
| Hex | 10 | 61 | 15 | 54 | 0 | 4E | 3E | 7C | 48 | 16 |
| Octal | 20 | 141 | 25 | 124 | 0 | 116 | 76 | 174 | 110 | 26 |
| Binary | 10000 | 1100001 | 10101 | 1010100 | 0 | 1001110 | 111110 | 1111100 | 1001000 | 10110 |
Color Harmonies of #106115
Complementary color
Monochromatic Colors of #106115
Black with #106115
Text Example
Text Example
White with #106115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106115; }
p { color: rgb(16,97,21); }
H1.HeaderClassName
{
color: #106115;
}
.AnyTagClassName
{
color: #106115;
}
</style>
background-color css
<style>
a { background-color: #106115; }
a { background-color: rgb(16,97,21); }
div.DivClassName
{
background-color: #106115;
}
.BgClassName
{
background-color: #106115;
}
</style>
border-color css
<style>
span { border-color: #106115; }
span { border-color: rgb(16,97,21); }
td.TdClassName
{
border-color: #106115;
}
.TagClassName
{
border-color: #106115;
}
</style>