Shades of Myrtle #145703
Tints of Myrtle #145703
RGB
CMYK
RGB Variations
Color information
#145703 (or 0x145703) is known color: Myrtle. HEX triplet: 14, 57 and 03. RGB value is (20,87,3). Sum of RGB (Red+Green+Blue) = 20+87+3=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 87 (34.38% from 255 or 79.09% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 87 - color contains mainly: green. Hex color #145703 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145703 is #EBA8FC. Grayscale: #393939. Windows color (decimal): -15444221 or 218900. OLE color: 218900.
HSL color Cylindrical-coordinate representation of color #145703: hue angle of 107.86º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #145703 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 87 | 3 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.66 |
| HSL | 107.86º | 0.93% | 0.18% | - |
| HSV(B) | 107.86º | 0.97% | 0.34% | - |
| XYZ | 3.71 | 6.97 | 1.24 | - |
| YUV | 57.39 | 97.3 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 3 | 0.77 | 0 | 0.97 | 0.66 | 107.86 | 0.93 | 0.18 |
| Hex | 14 | 57 | 3 | 4D | 0 | 61 | 42 | 6C | 5D | 12 |
| Octal | 24 | 127 | 3 | 115 | 0 | 141 | 102 | 154 | 135 | 22 |
| Binary | 10100 | 1010111 | 11 | 1001101 | 0 | 1100001 | 1000010 | 1101100 | 1011101 | 10010 |
Color Harmonies of #145703
Complementary color
Monochromatic Colors of #145703
Black with #145703
Text Example
Text Example
White with #145703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145703; }
p { color: rgb(20,87,3); }
H1.HeaderClassName
{
color: #145703;
}
.AnyTagClassName
{
color: #145703;
}
</style>
background-color css
<style>
a { background-color: #145703; }
a { background-color: rgb(20,87,3); }
div.DivClassName
{
background-color: #145703;
}
.BgClassName
{
background-color: #145703;
}
</style>
border-color css
<style>
span { border-color: #145703; }
span { border-color: rgb(20,87,3); }
td.TdClassName
{
border-color: #145703;
}
.TagClassName
{
border-color: #145703;
}
</style>