Shades of Myrtle #1E6710
Tints of Myrtle #1E6710
RGB
CMYK
RGB Variations
Color information
#1E6710 (or 0x1E6710) is known color: Myrtle. HEX triplet: 1E, 67 and 10. RGB value is (30,103,16). Sum of RGB (Red+Green+Blue) = 30+103+16=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 103 (40.62% from 255 or 69.13% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 103 - color contains mainly: green. Hex color #1E6710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6710 is #E198EF. Grayscale: #474747. Windows color (decimal): -14784752 or 1074974. OLE color: 1074974.
HSL color Cylindrical-coordinate representation of color #1E6710: hue angle of 110.34º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E6710 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 103 | 16 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.60 |
| HSL | 110.34º | 0.73% | 0.23% | - |
| HSV(B) | 110.34º | 0.84% | 0.4% | - |
| XYZ | 5.48 | 10.01 | 2.13 | - |
| YUV | 71.26 | 96.82 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 103 | 16 | 0.71 | 0 | 0.84 | 0.60 | 110.34 | 0.73 | 0.23 |
| Hex | 1E | 67 | 10 | 47 | 0 | 54 | 3C | 6E | 49 | 17 |
| Octal | 36 | 147 | 20 | 107 | 0 | 124 | 74 | 156 | 111 | 27 |
| Binary | 11110 | 1100111 | 10000 | 1000111 | 0 | 1010100 | 111100 | 1101110 | 1001001 | 10111 |
Color Harmonies of #1E6710
Complementary color
Monochromatic Colors of #1E6710
Black with #1E6710
Text Example
Text Example
White with #1E6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6710; }
p { color: rgb(30,103,16); }
H1.HeaderClassName
{
color: #1E6710;
}
.AnyTagClassName
{
color: #1E6710;
}
</style>
background-color css
<style>
a { background-color: #1E6710; }
a { background-color: rgb(30,103,16); }
div.DivClassName
{
background-color: #1E6710;
}
.BgClassName
{
background-color: #1E6710;
}
</style>
border-color css
<style>
span { border-color: #1E6710; }
span { border-color: rgb(30,103,16); }
td.TdClassName
{
border-color: #1E6710;
}
.TagClassName
{
border-color: #1E6710;
}
</style>