Shades of Myrtle #145709
Tints of Myrtle #145709
RGB
CMYK
RGB Variations
Color information
#145709 (or 0x145709) is known color: Myrtle. HEX triplet: 14, 57 and 09. RGB value is (20,87,9). Sum of RGB (Red+Green+Blue) = 20+87+9=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 87 (34.38% from 255 or 75% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 87 - color contains mainly: green. Hex color #145709 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145709 is #EBA8F6. Grayscale: #3A3A3A. Windows color (decimal): -15444215 or 612116. OLE color: 612116.
HSL color Cylindrical-coordinate representation of color #145709: hue angle of 111.54º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145709 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 87 | 9 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.66 |
| HSL | 111.54º | 0.81% | 0.19% | - |
| HSV(B) | 111.54º | 0.9% | 0.34% | - |
| XYZ | 3.75 | 6.98 | 1.41 | - |
| YUV | 58.08 | 100.3 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 9 | 0.77 | 0 | 0.90 | 0.66 | 111.54 | 0.81 | 0.19 |
| Hex | 14 | 57 | 9 | 4D | 0 | 5A | 42 | 70 | 51 | 13 |
| Octal | 24 | 127 | 11 | 115 | 0 | 132 | 102 | 160 | 121 | 23 |
| Binary | 10100 | 1010111 | 1001 | 1001101 | 0 | 1011010 | 1000010 | 1110000 | 1010001 | 10011 |
Color Harmonies of #145709
Complementary color
Monochromatic Colors of #145709
Black with #145709
Text Example
Text Example
White with #145709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145709; }
p { color: rgb(20,87,9); }
H1.HeaderClassName
{
color: #145709;
}
.AnyTagClassName
{
color: #145709;
}
</style>
background-color css
<style>
a { background-color: #145709; }
a { background-color: rgb(20,87,9); }
div.DivClassName
{
background-color: #145709;
}
.BgClassName
{
background-color: #145709;
}
</style>
border-color css
<style>
span { border-color: #145709; }
span { border-color: rgb(20,87,9); }
td.TdClassName
{
border-color: #145709;
}
.TagClassName
{
border-color: #145709;
}
</style>