Shades of Myrtle #104D06
Tints of Myrtle #104D06
RGB
CMYK
RGB Variations
Color information
#104D06 (or 0x104D06) is known color: Myrtle. HEX triplet: 10, 4D and 06. RGB value is (16,77,6). Sum of RGB (Red+Green+Blue) = 16+77+6=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 77 (30.47% from 255 or 77.78% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 77 - color contains mainly: green. Hex color #104D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104D06 is #EFB2F9. Grayscale: #323232. Windows color (decimal): -15708922 or 412944. OLE color: 412944.
HSL color Cylindrical-coordinate representation of color #104D06: hue angle of 111.55º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104D06 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 77 | 6 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.70 |
| HSL | 111.55º | 0.86% | 0.16% | - |
| HSV(B) | 111.55º | 0.92% | 0.3% | - |
| XYZ | 2.9 | 5.43 | 1.07 | - |
| YUV | 50.67 | 102.79 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 6 | 0.79 | 0 | 0.92 | 0.70 | 111.55 | 0.86 | 0.16 |
| Hex | 10 | 4D | 6 | 4F | 0 | 5C | 46 | 70 | 56 | 10 |
| Octal | 20 | 115 | 6 | 117 | 0 | 134 | 106 | 160 | 126 | 20 |
| Binary | 10000 | 1001101 | 110 | 1001111 | 0 | 1011100 | 1000110 | 1110000 | 1010110 | 10000 |
Color Harmonies of #104D06
Complementary color
Monochromatic Colors of #104D06
Black with #104D06
Text Example
Text Example
White with #104D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D06; }
p { color: rgb(16,77,6); }
H1.HeaderClassName
{
color: #104D06;
}
.AnyTagClassName
{
color: #104D06;
}
</style>
background-color css
<style>
a { background-color: #104D06; }
a { background-color: rgb(16,77,6); }
div.DivClassName
{
background-color: #104D06;
}
.BgClassName
{
background-color: #104D06;
}
</style>
border-color css
<style>
span { border-color: #104D06; }
span { border-color: rgb(16,77,6); }
td.TdClassName
{
border-color: #104D06;
}
.TagClassName
{
border-color: #104D06;
}
</style>