Shades of Myrtle #105015
Tints of Myrtle #105015
RGB
CMYK
RGB Variations
Color information
#105015 (or 0x105015) is known color: Myrtle. HEX triplet: 10, 50 and 15. RGB value is (16,80,21). Sum of RGB (Red+Green+Blue) = 16+80+21=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #105015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105015 is #EFAFEA. Grayscale: #363636. Windows color (decimal): -15708139 or 1396752. OLE color: 1396752.
HSL color Cylindrical-coordinate representation of color #105015: hue angle of 124.69º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #105015 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 80 | 21 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.69 |
| HSL | 124.69º | 0.67% | 0.19% | - |
| HSV(B) | 124.69º | 0.8% | 0.31% | - |
| XYZ | 3.22 | 5.9 | 1.68 | - |
| YUV | 54.14 | 109.3 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 21 | 0.80 | 0 | 0.74 | 0.69 | 124.69 | 0.67 | 0.19 |
| Hex | 10 | 50 | 15 | 50 | 0 | 4A | 45 | 7D | 43 | 13 |
| Octal | 20 | 120 | 25 | 120 | 0 | 112 | 105 | 175 | 103 | 23 |
| Binary | 10000 | 1010000 | 10101 | 1010000 | 0 | 1001010 | 1000101 | 1111101 | 1000011 | 10011 |
Color Harmonies of #105015
Complementary color
Monochromatic Colors of #105015
Black with #105015
Text Example
Text Example
White with #105015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105015; }
p { color: rgb(16,80,21); }
H1.HeaderClassName
{
color: #105015;
}
.AnyTagClassName
{
color: #105015;
}
</style>
background-color css
<style>
a { background-color: #105015; }
a { background-color: rgb(16,80,21); }
div.DivClassName
{
background-color: #105015;
}
.BgClassName
{
background-color: #105015;
}
</style>
border-color css
<style>
span { border-color: #105015; }
span { border-color: rgb(16,80,21); }
td.TdClassName
{
border-color: #105015;
}
.TagClassName
{
border-color: #105015;
}
</style>