Shades of Myrtle #105006
Tints of Myrtle #105006
RGB
CMYK
RGB Variations
Color information
#105006 (or 0x105006) is known color: Myrtle. HEX triplet: 10, 50 and 06. RGB value is (16,80,6). Sum of RGB (Red+Green+Blue) = 16+80+6=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 80 (31.64% from 255 or 78.43% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 80 - color contains mainly: green. Hex color #105006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105006 is #EFAFF9. Grayscale: #343434. Windows color (decimal): -15708154 or 413712. OLE color: 413712.
HSL color Cylindrical-coordinate representation of color #105006: hue angle of 111.89º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105006 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 80 | 6 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.69 |
| HSL | 111.89º | 0.86% | 0.17% | - |
| HSV(B) | 111.89º | 0.93% | 0.31% | - |
| XYZ | 3.12 | 5.86 | 1.14 | - |
| YUV | 52.43 | 101.8 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 6 | 0.80 | 0 | 0.92 | 0.69 | 111.89 | 0.86 | 0.17 |
| Hex | 10 | 50 | 6 | 50 | 0 | 5C | 45 | 70 | 56 | 11 |
| Octal | 20 | 120 | 6 | 120 | 0 | 134 | 105 | 160 | 126 | 21 |
| Binary | 10000 | 1010000 | 110 | 1010000 | 0 | 1011100 | 1000101 | 1110000 | 1010110 | 10001 |
Color Harmonies of #105006
Complementary color
Monochromatic Colors of #105006
Black with #105006
Text Example
Text Example
White with #105006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105006; }
p { color: rgb(16,80,6); }
H1.HeaderClassName
{
color: #105006;
}
.AnyTagClassName
{
color: #105006;
}
</style>
background-color css
<style>
a { background-color: #105006; }
a { background-color: rgb(16,80,6); }
div.DivClassName
{
background-color: #105006;
}
.BgClassName
{
background-color: #105006;
}
</style>
border-color css
<style>
span { border-color: #105006; }
span { border-color: rgb(16,80,6); }
td.TdClassName
{
border-color: #105006;
}
.TagClassName
{
border-color: #105006;
}
</style>