Shades of Myrtle #146112
Tints of Myrtle #146112
RGB
CMYK
RGB Variations
Color information
#146112 (or 0x146112) is known color: Myrtle. HEX triplet: 14, 61 and 12. RGB value is (20,97,18). Sum of RGB (Red+Green+Blue) = 20+97+18=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 97 (38.28% from 255 or 71.85% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 97 - color contains mainly: green. Hex color #146112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146112 is #EB9EED. Grayscale: #414141. Windows color (decimal): -15441646 or 1204500. OLE color: 1204500.
HSL color Cylindrical-coordinate representation of color #146112: hue angle of 118.48º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146112 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 97 | 18 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.62 |
| HSL | 118.48º | 0.69% | 0.23% | - |
| HSV(B) | 118.48º | 0.81% | 0.38% | - |
| XYZ | 4.67 | 8.74 | 2.01 | - |
| YUV | 64.97 | 101.49 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 18 | 0.79 | 0 | 0.81 | 0.62 | 118.48 | 0.69 | 0.23 |
| Hex | 14 | 61 | 12 | 4F | 0 | 51 | 3E | 76 | 45 | 17 |
| Octal | 24 | 141 | 22 | 117 | 0 | 121 | 76 | 166 | 105 | 27 |
| Binary | 10100 | 1100001 | 10010 | 1001111 | 0 | 1010001 | 111110 | 1110110 | 1000101 | 10111 |
Color Harmonies of #146112
Complementary color
Monochromatic Colors of #146112
Black with #146112
Text Example
Text Example
White with #146112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146112; }
p { color: rgb(20,97,18); }
H1.HeaderClassName
{
color: #146112;
}
.AnyTagClassName
{
color: #146112;
}
</style>
background-color css
<style>
a { background-color: #146112; }
a { background-color: rgb(20,97,18); }
div.DivClassName
{
background-color: #146112;
}
.BgClassName
{
background-color: #146112;
}
</style>
border-color css
<style>
span { border-color: #146112; }
span { border-color: rgb(20,97,18); }
td.TdClassName
{
border-color: #146112;
}
.TagClassName
{
border-color: #146112;
}
</style>