Shades of Myrtle #105616
Tints of Myrtle #105616
RGB
CMYK
RGB Variations
Color information
#105616 (or 0x105616) is known color: Myrtle. HEX triplet: 10, 56 and 16. RGB value is (16,86,22). Sum of RGB (Red+Green+Blue) = 16+86+22=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 86 (33.98% from 255 or 69.35% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 86 - color contains mainly: green. Hex color #105616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105616 is #EFA9E9. Grayscale: #393939. Windows color (decimal): -15706602 or 1463824. OLE color: 1463824.
HSL color Cylindrical-coordinate representation of color #105616: hue angle of 125.14º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105616 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 86 | 22 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.66 |
| HSL | 125.14º | 0.69% | 0.2% | - |
| HSV(B) | 125.14º | 0.81% | 0.34% | - |
| XYZ | 3.69 | 6.82 | 1.88 | - |
| YUV | 57.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 22 | 0.81 | 0 | 0.74 | 0.66 | 125.14 | 0.69 | 0.2 |
| Hex | 10 | 56 | 16 | 51 | 0 | 4A | 42 | 7D | 45 | 14 |
| Octal | 20 | 126 | 26 | 121 | 0 | 112 | 102 | 175 | 105 | 24 |
| Binary | 10000 | 1010110 | 10110 | 1010001 | 0 | 1001010 | 1000010 | 1111101 | 1000101 | 10100 |
Color Harmonies of #105616
Complementary color
Monochromatic Colors of #105616
Black with #105616
Text Example
Text Example
White with #105616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105616; }
p { color: rgb(16,86,22); }
H1.HeaderClassName
{
color: #105616;
}
.AnyTagClassName
{
color: #105616;
}
</style>
background-color css
<style>
a { background-color: #105616; }
a { background-color: rgb(16,86,22); }
div.DivClassName
{
background-color: #105616;
}
.BgClassName
{
background-color: #105616;
}
</style>
border-color css
<style>
span { border-color: #105616; }
span { border-color: rgb(16,86,22); }
td.TdClassName
{
border-color: #105616;
}
.TagClassName
{
border-color: #105616;
}
</style>