Shades of Myrtle #105210
Tints of Myrtle #105210
RGB
CMYK
RGB Variations
Color information
#105210 (or 0x105210) is known color: Myrtle. HEX triplet: 10, 52 and 10. RGB value is (16,82,16). Sum of RGB (Red+Green+Blue) = 16+82+16=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 82 (32.42% from 255 or 71.93% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 82 - color contains mainly: green. Hex color #105210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105210 is #EFADEF. Grayscale: #363636. Windows color (decimal): -15707632 or 1069584. OLE color: 1069584.
HSL color Cylindrical-coordinate representation of color #105210: hue angle of 120º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #105210 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 82 | 16 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.68 |
| HSL | 120º | 0.67% | 0.19% | - |
| HSV(B) | 120º | 0.8% | 0.32% | - |
| XYZ | 3.32 | 6.18 | 1.51 | - |
| YUV | 54.74 | 106.13 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 16 | 0.80 | 0 | 0.80 | 0.68 | 120 | 0.67 | 0.19 |
| Hex | 10 | 52 | 10 | 50 | 0 | 50 | 44 | 78 | 43 | 13 |
| Octal | 20 | 122 | 20 | 120 | 0 | 120 | 104 | 170 | 103 | 23 |
| Binary | 10000 | 1010010 | 10000 | 1010000 | 0 | 1010000 | 1000100 | 1111000 | 1000011 | 10011 |
Color Harmonies of #105210
Complementary color
Monochromatic Colors of #105210
Black with #105210
Text Example
Text Example
White with #105210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105210; }
p { color: rgb(16,82,16); }
H1.HeaderClassName
{
color: #105210;
}
.AnyTagClassName
{
color: #105210;
}
</style>
background-color css
<style>
a { background-color: #105210; }
a { background-color: rgb(16,82,16); }
div.DivClassName
{
background-color: #105210;
}
.BgClassName
{
background-color: #105210;
}
</style>
border-color css
<style>
span { border-color: #105210; }
span { border-color: rgb(16,82,16); }
td.TdClassName
{
border-color: #105210;
}
.TagClassName
{
border-color: #105210;
}
</style>