Shades of Myrtle #165614
Tints of Myrtle #165614
RGB
CMYK
RGB Variations
Color information
#165614 (or 0x165614) is known color: Myrtle. HEX triplet: 16, 56 and 14. RGB value is (22,86,20). Sum of RGB (Red+Green+Blue) = 22+86+20=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 86 (33.98% from 255 or 67.19% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 86 - color contains mainly: green. Hex color #165614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165614 is #E9A9EB. Grayscale: #3B3B3B. Windows color (decimal): -15313388 or 1332758. OLE color: 1332758.
HSL color Cylindrical-coordinate representation of color #165614: hue angle of 118.18º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165614 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 86 | 20 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.66 |
| HSL | 118.18º | 0.62% | 0.21% | - |
| HSV(B) | 118.18º | 0.77% | 0.34% | - |
| XYZ | 3.78 | 6.88 | 1.79 | - |
| YUV | 59.34 | 105.8 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 20 | 0.74 | 0 | 0.77 | 0.66 | 118.18 | 0.62 | 0.21 |
| Hex | 16 | 56 | 14 | 4A | 0 | 4D | 42 | 76 | 3E | 15 |
| Octal | 26 | 126 | 24 | 112 | 0 | 115 | 102 | 166 | 76 | 25 |
| Binary | 10110 | 1010110 | 10100 | 1001010 | 0 | 1001101 | 1000010 | 1110110 | 111110 | 10101 |
Color Harmonies of #165614
Complementary color
Monochromatic Colors of #165614
Black with #165614
Text Example
Text Example
White with #165614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165614; }
p { color: rgb(22,86,20); }
H1.HeaderClassName
{
color: #165614;
}
.AnyTagClassName
{
color: #165614;
}
</style>
background-color css
<style>
a { background-color: #165614; }
a { background-color: rgb(22,86,20); }
div.DivClassName
{
background-color: #165614;
}
.BgClassName
{
background-color: #165614;
}
</style>
border-color css
<style>
span { border-color: #165614; }
span { border-color: rgb(22,86,20); }
td.TdClassName
{
border-color: #165614;
}
.TagClassName
{
border-color: #165614;
}
</style>