Shades of Myrtle #145705
Tints of Myrtle #145705
RGB
CMYK
RGB Variations
Color information
#145705 (or 0x145705) is known color: Myrtle. HEX triplet: 14, 57 and 05. RGB value is (20,87,5). Sum of RGB (Red+Green+Blue) = 20+87+5=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 87 (34.38% from 255 or 77.68% from 112); Blue value is 5 (2.34% from 255 or 4.46% from 112); Max value from RGB is 87 - color contains mainly: green. Hex color #145705 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145705 is #EBA8FA. Grayscale: #393939. Windows color (decimal): -15444219 or 349972. OLE color: 349972.
HSL color Cylindrical-coordinate representation of color #145705: hue angle of 109.02º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #145705 is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 87 | 5 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.66 |
| HSL | 109.02º | 0.89% | 0.18% | - |
| HSV(B) | 109.02º | 0.94% | 0.34% | - |
| XYZ | 3.72 | 6.98 | 1.29 | - |
| YUV | 57.62 | 98.3 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 5 | 0.77 | 0 | 0.94 | 0.66 | 109.02 | 0.89 | 0.18 |
| Hex | 14 | 57 | 5 | 4D | 0 | 5E | 42 | 6D | 59 | 12 |
| Octal | 24 | 127 | 5 | 115 | 0 | 136 | 102 | 155 | 131 | 22 |
| Binary | 10100 | 1010111 | 101 | 1001101 | 0 | 1011110 | 1000010 | 1101101 | 1011001 | 10010 |
Color Harmonies of #145705
Complementary color
Monochromatic Colors of #145705
Black with #145705
Text Example
Text Example
White with #145705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145705; }
p { color: rgb(20,87,5); }
H1.HeaderClassName
{
color: #145705;
}
.AnyTagClassName
{
color: #145705;
}
</style>
background-color css
<style>
a { background-color: #145705; }
a { background-color: rgb(20,87,5); }
div.DivClassName
{
background-color: #145705;
}
.BgClassName
{
background-color: #145705;
}
</style>
border-color css
<style>
span { border-color: #145705; }
span { border-color: rgb(20,87,5); }
td.TdClassName
{
border-color: #145705;
}
.TagClassName
{
border-color: #145705;
}
</style>