Shades of Myrtle #1A600E
Tints of Myrtle #1A600E
RGB
CMYK
RGB Variations
Color information
#1A600E (or 0x1A600E) is known color: Myrtle. HEX triplet: 1A, 60 and 0E. RGB value is (26,96,14). Sum of RGB (Red+Green+Blue) = 26+96+14=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 96 (37.89% from 255 or 70.59% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 96 - color contains mainly: green. Hex color #1A600E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A600E is #E59FF1. Grayscale: #414141. Windows color (decimal): -15048690 or 942106. OLE color: 942106.
HSL color Cylindrical-coordinate representation of color #1A600E: hue angle of 111.22º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A600E is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 96 | 14 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.62 |
| HSL | 111.22º | 0.75% | 0.22% | - |
| HSV(B) | 111.22º | 0.85% | 0.38% | - |
| XYZ | 4.69 | 8.62 | 1.83 | - |
| YUV | 65.72 | 98.81 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 96 | 14 | 0.73 | 0 | 0.85 | 0.62 | 111.22 | 0.75 | 0.22 |
| Hex | 1A | 60 | E | 49 | 0 | 55 | 3E | 6F | 4B | 16 |
| Octal | 32 | 140 | 16 | 111 | 0 | 125 | 76 | 157 | 113 | 26 |
| Binary | 11010 | 1100000 | 1110 | 1001001 | 0 | 1010101 | 111110 | 1101111 | 1001011 | 10110 |
Color Harmonies of #1A600E
Complementary color
Monochromatic Colors of #1A600E
Black with #1A600E
Text Example
Text Example
White with #1A600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A600E; }
p { color: rgb(26,96,14); }
H1.HeaderClassName
{
color: #1A600E;
}
.AnyTagClassName
{
color: #1A600E;
}
</style>
background-color css
<style>
a { background-color: #1A600E; }
a { background-color: rgb(26,96,14); }
div.DivClassName
{
background-color: #1A600E;
}
.BgClassName
{
background-color: #1A600E;
}
</style>
border-color css
<style>
span { border-color: #1A600E; }
span { border-color: rgb(26,96,14); }
td.TdClassName
{
border-color: #1A600E;
}
.TagClassName
{
border-color: #1A600E;
}
</style>