Shades of Myrtle #105201
Tints of Myrtle #105201
RGB
CMYK
RGB Variations
Color information
#105201 (or 0x105201) is known color: Myrtle. HEX triplet: 10, 52 and 01. RGB value is (16,82,1). Sum of RGB (Red+Green+Blue) = 16+82+1=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 82 (32.42% from 255 or 82.83% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 82 - color contains mainly: green. Hex color #105201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105201 is #EFADFE. Grayscale: #353535. Windows color (decimal): -15707647 or 86544. OLE color: 86544.
HSL color Cylindrical-coordinate representation of color #105201: hue angle of 108.89º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #105201 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 82 | 1 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.68 |
| HSL | 108.89º | 0.98% | 0.16% | - |
| HSV(B) | 108.89º | 0.99% | 0.32% | - |
| XYZ | 3.24 | 6.15 | 1.04 | - |
| YUV | 53.03 | 98.63 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 1 | 0.80 | 0 | 0.99 | 0.68 | 108.89 | 0.98 | 0.16 |
| Hex | 10 | 52 | 1 | 50 | 0 | 63 | 44 | 6D | 62 | 10 |
| Octal | 20 | 122 | 1 | 120 | 0 | 143 | 104 | 155 | 142 | 20 |
| Binary | 10000 | 1010010 | 1 | 1010000 | 0 | 1100011 | 1000100 | 1101101 | 1100010 | 10000 |
Color Harmonies of #105201
Complementary color
Monochromatic Colors of #105201
Black with #105201
Text Example
Text Example
White with #105201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105201; }
p { color: rgb(16,82,1); }
H1.HeaderClassName
{
color: #105201;
}
.AnyTagClassName
{
color: #105201;
}
</style>
background-color css
<style>
a { background-color: #105201; }
a { background-color: rgb(16,82,1); }
div.DivClassName
{
background-color: #105201;
}
.BgClassName
{
background-color: #105201;
}
</style>
border-color css
<style>
span { border-color: #105201; }
span { border-color: rgb(16,82,1); }
td.TdClassName
{
border-color: #105201;
}
.TagClassName
{
border-color: #105201;
}
</style>