Shades of Myrtle #145806
Tints of Myrtle #145806
RGB
CMYK
RGB Variations
Color information
#145806 (or 0x145806) is known color: Myrtle. HEX triplet: 14, 58 and 06. RGB value is (20,88,6). Sum of RGB (Red+Green+Blue) = 20+88+6=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 88 (34.77% from 255 or 77.19% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 88 - color contains mainly: green. Hex color #145806 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145806 is #EBA7F9. Grayscale: #3A3A3A. Windows color (decimal): -15443962 or 415764. OLE color: 415764.
HSL color Cylindrical-coordinate representation of color #145806: hue angle of 109.76º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #145806 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 88 | 6 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.65 |
| HSL | 109.76º | 0.87% | 0.18% | - |
| HSV(B) | 109.76º | 0.93% | 0.35% | - |
| XYZ | 3.81 | 7.14 | 1.35 | - |
| YUV | 58.32 | 98.47 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 88 | 6 | 0.77 | 0 | 0.93 | 0.65 | 109.76 | 0.87 | 0.18 |
| Hex | 14 | 58 | 6 | 4D | 0 | 5D | 41 | 6E | 57 | 12 |
| Octal | 24 | 130 | 6 | 115 | 0 | 135 | 101 | 156 | 127 | 22 |
| Binary | 10100 | 1011000 | 110 | 1001101 | 0 | 1011101 | 1000001 | 1101110 | 1010111 | 10010 |
Color Harmonies of #145806
Complementary color
Monochromatic Colors of #145806
Black with #145806
Text Example
Text Example
White with #145806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145806; }
p { color: rgb(20,88,6); }
H1.HeaderClassName
{
color: #145806;
}
.AnyTagClassName
{
color: #145806;
}
</style>
background-color css
<style>
a { background-color: #145806; }
a { background-color: rgb(20,88,6); }
div.DivClassName
{
background-color: #145806;
}
.BgClassName
{
background-color: #145806;
}
</style>
border-color css
<style>
span { border-color: #145806; }
span { border-color: rgb(20,88,6); }
td.TdClassName
{
border-color: #145806;
}
.TagClassName
{
border-color: #145806;
}
</style>