Shades of Myrtle #1A6710
Tints of Myrtle #1A6710
RGB
CMYK
RGB Variations
Color information
#1A6710 (or 0x1A6710) is known color: Myrtle. HEX triplet: 1A, 67 and 10. RGB value is (26,103,16). Sum of RGB (Red+Green+Blue) = 26+103+16=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 103 (40.62% from 255 or 71.03% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 103 - color contains mainly: green. Hex color #1A6710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6710 is #E598EF. Grayscale: #464646. Windows color (decimal): -15046896 or 1074970. OLE color: 1074970.
HSL color Cylindrical-coordinate representation of color #1A6710: hue angle of 113.1º 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 #1A6710 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 103 | 16 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.60 |
| HSL | 113.1º | 0.73% | 0.23% | - |
| HSV(B) | 113.1º | 0.84% | 0.4% | - |
| XYZ | 5.37 | 9.96 | 2.13 | - |
| YUV | 70.06 | 97.49 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 103 | 16 | 0.75 | 0 | 0.84 | 0.60 | 113.1 | 0.73 | 0.23 |
| Hex | 1A | 67 | 10 | 4B | 0 | 54 | 3C | 71 | 49 | 17 |
| Octal | 32 | 147 | 20 | 113 | 0 | 124 | 74 | 161 | 111 | 27 |
| Binary | 11010 | 1100111 | 10000 | 1001011 | 0 | 1010100 | 111100 | 1110001 | 1001001 | 10111 |
Color Harmonies of #1A6710
Complementary color
Monochromatic Colors of #1A6710
Black with #1A6710
Text Example
Text Example
White with #1A6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6710; }
p { color: rgb(26,103,16); }
H1.HeaderClassName
{
color: #1A6710;
}
.AnyTagClassName
{
color: #1A6710;
}
</style>
background-color css
<style>
a { background-color: #1A6710; }
a { background-color: rgb(26,103,16); }
div.DivClassName
{
background-color: #1A6710;
}
.BgClassName
{
background-color: #1A6710;
}
</style>
border-color css
<style>
span { border-color: #1A6710; }
span { border-color: rgb(26,103,16); }
td.TdClassName
{
border-color: #1A6710;
}
.TagClassName
{
border-color: #1A6710;
}
</style>