Shades of Myrtle #105211
Tints of Myrtle #105211
RGB
CMYK
RGB Variations
Color information
#105211 (or 0x105211) is known color: Myrtle. HEX triplet: 10, 52 and 11. RGB value is (16,82,17). Sum of RGB (Red+Green+Blue) = 16+82+17=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 82 (32.42% from 255 or 71.30% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 82 - color contains mainly: green. Hex color #105211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105211 is #EFADEE. Grayscale: #373737. Windows color (decimal): -15707631 or 1135120. OLE color: 1135120.
HSL color Cylindrical-coordinate representation of color #105211: hue angle of 120.91º 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 #105211 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 82 | 17 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.68 |
| HSL | 120.91º | 0.67% | 0.19% | - |
| HSV(B) | 120.91º | 0.8% | 0.32% | - |
| XYZ | 3.33 | 6.19 | 1.55 | - |
| YUV | 54.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 17 | 0.80 | 0 | 0.79 | 0.68 | 120.91 | 0.67 | 0.19 |
| Hex | 10 | 52 | 11 | 50 | 0 | 4F | 44 | 79 | 43 | 13 |
| Octal | 20 | 122 | 21 | 120 | 0 | 117 | 104 | 171 | 103 | 23 |
| Binary | 10000 | 1010010 | 10001 | 1010000 | 0 | 1001111 | 1000100 | 1111001 | 1000011 | 10011 |
Color Harmonies of #105211
Complementary color
Monochromatic Colors of #105211
Black with #105211
Text Example
Text Example
White with #105211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105211; }
p { color: rgb(16,82,17); }
H1.HeaderClassName
{
color: #105211;
}
.AnyTagClassName
{
color: #105211;
}
</style>
background-color css
<style>
a { background-color: #105211; }
a { background-color: rgb(16,82,17); }
div.DivClassName
{
background-color: #105211;
}
.BgClassName
{
background-color: #105211;
}
</style>
border-color css
<style>
span { border-color: #105211; }
span { border-color: rgb(16,82,17); }
td.TdClassName
{
border-color: #105211;
}
.TagClassName
{
border-color: #105211;
}
</style>