Shades of Myrtle #166014
Tints of Myrtle #166014
RGB
CMYK
RGB Variations
Color information
#166014 (or 0x166014) is known color: Myrtle. HEX triplet: 16, 60 and 14. RGB value is (22,96,20). Sum of RGB (Red+Green+Blue) = 22+96+20=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #166014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166014 is #E99FEB. Grayscale: #414141. Windows color (decimal): -15310828 or 1335318. OLE color: 1335318.
HSL color Cylindrical-coordinate representation of color #166014: hue angle of 118.42º 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 #166014 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 96 | 20 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.62 |
| HSL | 118.42º | 0.66% | 0.23% | - |
| HSV(B) | 118.42º | 0.79% | 0.38% | - |
| XYZ | 4.64 | 8.59 | 2.07 | - |
| YUV | 65.21 | 102.48 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 96 | 20 | 0.77 | 0 | 0.79 | 0.62 | 118.42 | 0.66 | 0.23 |
| Hex | 16 | 60 | 14 | 4D | 0 | 4F | 3E | 76 | 42 | 17 |
| Octal | 26 | 140 | 24 | 115 | 0 | 117 | 76 | 166 | 102 | 27 |
| Binary | 10110 | 1100000 | 10100 | 1001101 | 0 | 1001111 | 111110 | 1110110 | 1000010 | 10111 |
Color Harmonies of #166014
Complementary color
Monochromatic Colors of #166014
Black with #166014
Text Example
Text Example
White with #166014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166014; }
p { color: rgb(22,96,20); }
H1.HeaderClassName
{
color: #166014;
}
.AnyTagClassName
{
color: #166014;
}
</style>
background-color css
<style>
a { background-color: #166014; }
a { background-color: rgb(22,96,20); }
div.DivClassName
{
background-color: #166014;
}
.BgClassName
{
background-color: #166014;
}
</style>
border-color css
<style>
span { border-color: #166014; }
span { border-color: rgb(22,96,20); }
td.TdClassName
{
border-color: #166014;
}
.TagClassName
{
border-color: #166014;
}
</style>