Shades of Myrtle #1D660A
Tints of Myrtle #1D660A
RGB
CMYK
RGB Variations
Color information
#1D660A (or 0x1D660A) is known color: Myrtle. HEX triplet: 1D, 66 and 0A. RGB value is (29,102,10). Sum of RGB (Red+Green+Blue) = 29+102+10=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 102 (40.23% from 255 or 72.34% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 102 - color contains mainly: green. Hex color #1D660A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D660A is #E299F5. Grayscale: #454545. Windows color (decimal): -14850550 or 681501. OLE color: 681501.
HSL color Cylindrical-coordinate representation of color #1D660A: hue angle of 107.61º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D660A is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 29 | 102 | 10 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.6 |
| HSL | 107.61º | 0.82% | 0.22% | - |
| HSV(B) | 107.61º | 0.9% | 0.4% | - |
| XYZ | 5.31 | 9.79 | 1.9 | - |
| YUV | 69.69 | 94.32 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 102 | 10 | 0.72 | 0 | 0.90 | 0.6 | 107.61 | 0.82 | 0.22 |
| Hex | 1D | 66 | A | 48 | 0 | 5A | 3C | 6C | 52 | 16 |
| Octal | 35 | 146 | 12 | 110 | 0 | 132 | 74 | 154 | 122 | 26 |
| Binary | 11101 | 1100110 | 1010 | 1001000 | 0 | 1011010 | 111100 | 1101100 | 1010010 | 10110 |
Color Harmonies of #1D660A
Complementary color
Monochromatic Colors of #1D660A
Black with #1D660A
Text Example
Text Example
White with #1D660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D660A; }
p { color: rgb(29,102,10); }
H1.HeaderClassName
{
color: #1D660A;
}
.AnyTagClassName
{
color: #1D660A;
}
</style>
background-color css
<style>
a { background-color: #1D660A; }
a { background-color: rgb(29,102,10); }
div.DivClassName
{
background-color: #1D660A;
}
.BgClassName
{
background-color: #1D660A;
}
</style>
border-color css
<style>
span { border-color: #1D660A; }
span { border-color: rgb(29,102,10); }
td.TdClassName
{
border-color: #1D660A;
}
.TagClassName
{
border-color: #1D660A;
}
</style>