Shades of Myrtle #145712
Tints of Myrtle #145712
RGB
CMYK
RGB Variations
Color information
#145712 (or 0x145712) is known color: Myrtle. HEX triplet: 14, 57 and 12. RGB value is (20,87,18). Sum of RGB (Red+Green+Blue) = 20+87+18=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 87 (34.38% from 255 or 69.6% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 87 - color contains mainly: green. Hex color #145712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145712 is #EBA8ED. Grayscale: #3B3B3B. Windows color (decimal): -15444206 or 1201940. OLE color: 1201940.
HSL color Cylindrical-coordinate representation of color #145712: hue angle of 118.26º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145712 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 87 | 18 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.66 |
| HSL | 118.26º | 0.66% | 0.21% | - |
| HSV(B) | 118.26º | 0.79% | 0.34% | - |
| XYZ | 3.81 | 7.01 | 1.72 | - |
| YUV | 59.1 | 104.8 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 18 | 0.77 | 0 | 0.79 | 0.66 | 118.26 | 0.66 | 0.21 |
| Hex | 14 | 57 | 12 | 4D | 0 | 4F | 42 | 76 | 42 | 15 |
| Octal | 24 | 127 | 22 | 115 | 0 | 117 | 102 | 166 | 102 | 25 |
| Binary | 10100 | 1010111 | 10010 | 1001101 | 0 | 1001111 | 1000010 | 1110110 | 1000010 | 10101 |
Color Harmonies of #145712
Complementary color
Monochromatic Colors of #145712
Black with #145712
Text Example
Text Example
White with #145712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145712; }
p { color: rgb(20,87,18); }
H1.HeaderClassName
{
color: #145712;
}
.AnyTagClassName
{
color: #145712;
}
</style>
background-color css
<style>
a { background-color: #145712; }
a { background-color: rgb(20,87,18); }
div.DivClassName
{
background-color: #145712;
}
.BgClassName
{
background-color: #145712;
}
</style>
border-color css
<style>
span { border-color: #145712; }
span { border-color: rgb(20,87,18); }
td.TdClassName
{
border-color: #145712;
}
.TagClassName
{
border-color: #145712;
}
</style>