Shades of Myrtle #105003
Tints of Myrtle #105003
RGB
CMYK
RGB Variations
Color information
#105003 (or 0x105003) is known color: Myrtle. HEX triplet: 10, 50 and 03. RGB value is (16,80,3). Sum of RGB (Red+Green+Blue) = 16+80+3=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 80 (31.64% from 255 or 80.81% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 80 - color contains mainly: green. Hex color #105003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105003 is #EFAFFC. Grayscale: #343434. Windows color (decimal): -15708157 or 217104. OLE color: 217104.
HSL color Cylindrical-coordinate representation of color #105003: hue angle of 109.87º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #105003 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 80 | 3 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.69 |
| HSL | 109.87º | 0.93% | 0.16% | - |
| HSV(B) | 109.87º | 0.96% | 0.31% | - |
| XYZ | 3.1 | 5.85 | 1.05 | - |
| YUV | 52.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 3 | 0.80 | 0 | 0.96 | 0.69 | 109.87 | 0.93 | 0.16 |
| Hex | 10 | 50 | 3 | 50 | 0 | 60 | 45 | 6E | 5D | 10 |
| Octal | 20 | 120 | 3 | 120 | 0 | 140 | 105 | 156 | 135 | 20 |
| Binary | 10000 | 1010000 | 11 | 1010000 | 0 | 1100000 | 1000101 | 1101110 | 1011101 | 10000 |
Color Harmonies of #105003
Complementary color
Monochromatic Colors of #105003
Black with #105003
Text Example
Text Example
White with #105003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105003; }
p { color: rgb(16,80,3); }
H1.HeaderClassName
{
color: #105003;
}
.AnyTagClassName
{
color: #105003;
}
</style>
background-color css
<style>
a { background-color: #105003; }
a { background-color: rgb(16,80,3); }
div.DivClassName
{
background-color: #105003;
}
.BgClassName
{
background-color: #105003;
}
</style>
border-color css
<style>
span { border-color: #105003; }
span { border-color: rgb(16,80,3); }
td.TdClassName
{
border-color: #105003;
}
.TagClassName
{
border-color: #105003;
}
</style>