Shades of Myrtle #146117
Tints of Myrtle #146117
RGB
CMYK
RGB Variations
Color information
#146117 (or 0x146117) is known color: Myrtle. HEX triplet: 14, 61 and 17. RGB value is (20,97,23). Sum of RGB (Red+Green+Blue) = 20+97+23=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 97 (38.28% from 255 or 69.29% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 97 - color contains mainly: green. Hex color #146117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146117 is #EB9EE8. Grayscale: #414141. Windows color (decimal): -15441641 or 1532180. OLE color: 1532180.
HSL color Cylindrical-coordinate representation of color #146117: hue angle of 122.34º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146117 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 97 | 23 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.62 |
| HSL | 122.34º | 0.66% | 0.23% | - |
| HSV(B) | 122.34º | 0.79% | 0.38% | - |
| XYZ | 4.72 | 8.76 | 2.25 | - |
| YUV | 65.54 | 103.99 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 23 | 0.79 | 0 | 0.76 | 0.62 | 122.34 | 0.66 | 0.23 |
| Hex | 14 | 61 | 17 | 4F | 0 | 4C | 3E | 7A | 42 | 17 |
| Octal | 24 | 141 | 27 | 117 | 0 | 114 | 76 | 172 | 102 | 27 |
| Binary | 10100 | 1100001 | 10111 | 1001111 | 0 | 1001100 | 111110 | 1111010 | 1000010 | 10111 |
Color Harmonies of #146117
Complementary color
Monochromatic Colors of #146117
Black with #146117
Text Example
Text Example
White with #146117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146117; }
p { color: rgb(20,97,23); }
H1.HeaderClassName
{
color: #146117;
}
.AnyTagClassName
{
color: #146117;
}
</style>
background-color css
<style>
a { background-color: #146117; }
a { background-color: rgb(20,97,23); }
div.DivClassName
{
background-color: #146117;
}
.BgClassName
{
background-color: #146117;
}
</style>
border-color css
<style>
span { border-color: #146117; }
span { border-color: rgb(20,97,23); }
td.TdClassName
{
border-color: #146117;
}
.TagClassName
{
border-color: #146117;
}
</style>