Shades of Myrtle #105815
Tints of Myrtle #105815
RGB
CMYK
RGB Variations
Color information
#105815 (or 0x105815) is known color: Myrtle. HEX triplet: 10, 58 and 15. RGB value is (16,88,21). Sum of RGB (Red+Green+Blue) = 16+88+21=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 88 (34.77% from 255 or 70.4% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 88 - color contains mainly: green. Hex color #105815 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105815 is #EFA7EA. Grayscale: #3B3B3B. Windows color (decimal): -15706091 or 1398800. OLE color: 1398800.
HSL color Cylindrical-coordinate representation of color #105815: hue angle of 124.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105815 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 21 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.65 |
| HSL | 124.17º | 0.69% | 0.2% | - |
| HSV(B) | 124.17º | 0.82% | 0.35% | - |
| XYZ | 3.84 | 7.14 | 1.89 | - |
| YUV | 58.83 | 106.65 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 21 | 0.82 | 0 | 0.76 | 0.65 | 124.17 | 0.69 | 0.2 |
| Hex | 10 | 58 | 15 | 52 | 0 | 4C | 41 | 7C | 45 | 14 |
| Octal | 20 | 130 | 25 | 122 | 0 | 114 | 101 | 174 | 105 | 24 |
| Binary | 10000 | 1011000 | 10101 | 1010010 | 0 | 1001100 | 1000001 | 1111100 | 1000101 | 10100 |
Color Harmonies of #105815
Complementary color
Monochromatic Colors of #105815
Black with #105815
Text Example
Text Example
White with #105815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105815; }
p { color: rgb(16,88,21); }
H1.HeaderClassName
{
color: #105815;
}
.AnyTagClassName
{
color: #105815;
}
</style>
background-color css
<style>
a { background-color: #105815; }
a { background-color: rgb(16,88,21); }
div.DivClassName
{
background-color: #105815;
}
.BgClassName
{
background-color: #105815;
}
</style>
border-color css
<style>
span { border-color: #105815; }
span { border-color: rgb(16,88,21); }
td.TdClassName
{
border-color: #105815;
}
.TagClassName
{
border-color: #105815;
}
</style>