Shades of Myrtle #155614
Tints of Myrtle #155614
RGB
CMYK
RGB Variations
Color information
#155614 (or 0x155614) is known color: Myrtle. HEX triplet: 15, 56 and 14. RGB value is (21,86,20). Sum of RGB (Red+Green+Blue) = 21+86+20=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 86 (33.98% from 255 or 67.72% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 86 - color contains mainly: green. Hex color #155614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155614 is #EAA9EB. Grayscale: #3B3B3B. Windows color (decimal): -15378924 or 1332757. OLE color: 1332757.
HSL color Cylindrical-coordinate representation of color #155614: hue angle of 119.09º 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 #155614 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 21 | 86 | 20 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.66 |
| HSL | 119.09º | 0.62% | 0.21% | - |
| HSV(B) | 119.09º | 0.77% | 0.34% | - |
| XYZ | 3.76 | 6.87 | 1.79 | - |
| YUV | 59.04 | 105.97 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 20 | 0.76 | 0 | 0.77 | 0.66 | 119.09 | 0.62 | 0.21 |
| Hex | 15 | 56 | 14 | 4C | 0 | 4D | 42 | 77 | 3E | 15 |
| Octal | 25 | 126 | 24 | 114 | 0 | 115 | 102 | 167 | 76 | 25 |
| Binary | 10101 | 1010110 | 10100 | 1001100 | 0 | 1001101 | 1000010 | 1110111 | 111110 | 10101 |
Color Harmonies of #155614
Complementary color
Monochromatic Colors of #155614
Black with #155614
Text Example
Text Example
White with #155614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155614; }
p { color: rgb(21,86,20); }
H1.HeaderClassName
{
color: #155614;
}
.AnyTagClassName
{
color: #155614;
}
</style>
background-color css
<style>
a { background-color: #155614; }
a { background-color: rgb(21,86,20); }
div.DivClassName
{
background-color: #155614;
}
.BgClassName
{
background-color: #155614;
}
</style>
border-color css
<style>
span { border-color: #155614; }
span { border-color: rgb(21,86,20); }
td.TdClassName
{
border-color: #155614;
}
.TagClassName
{
border-color: #155614;
}
</style>