Shades of Myrtle #104710
Tints of Myrtle #104710
RGB
CMYK
RGB Variations
Color information
#104710 (or 0x104710) is known color: Myrtle. HEX triplet: 10, 47 and 10. RGB value is (16,71,16). Sum of RGB (Red+Green+Blue) = 16+71+16=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 71 (28.12% from 255 or 68.93% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 71 - color contains mainly: green. Hex color #104710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104710 is #EFB8EF. Grayscale: #303030. Windows color (decimal): -15710448 or 1066768. OLE color: 1066768.
HSL color Cylindrical-coordinate representation of color #104710: hue angle of 120º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104710 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 71 | 16 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.72 |
| HSL | 120º | 0.63% | 0.17% | - |
| HSV(B) | 120º | 0.77% | 0.28% | - |
| XYZ | 2.56 | 4.65 | 1.25 | - |
| YUV | 48.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 16 | 0.77 | 0 | 0.77 | 0.72 | 120 | 0.63 | 0.17 |
| Hex | 10 | 47 | 10 | 4D | 0 | 4D | 48 | 78 | 3F | 11 |
| Octal | 20 | 107 | 20 | 115 | 0 | 115 | 110 | 170 | 77 | 21 |
| Binary | 10000 | 1000111 | 10000 | 1001101 | 0 | 1001101 | 1001000 | 1111000 | 111111 | 10001 |
Color Harmonies of #104710
Complementary color
Monochromatic Colors of #104710
Black with #104710
Text Example
Text Example
White with #104710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104710; }
p { color: rgb(16,71,16); }
H1.HeaderClassName
{
color: #104710;
}
.AnyTagClassName
{
color: #104710;
}
</style>
background-color css
<style>
a { background-color: #104710; }
a { background-color: rgb(16,71,16); }
div.DivClassName
{
background-color: #104710;
}
.BgClassName
{
background-color: #104710;
}
</style>
border-color css
<style>
span { border-color: #104710; }
span { border-color: rgb(16,71,16); }
td.TdClassName
{
border-color: #104710;
}
.TagClassName
{
border-color: #104710;
}
</style>