Shades of Myrtle #156514
Tints of Myrtle #156514
RGB
CMYK
RGB Variations
Color information
#156514 (or 0x156514) is known color: Myrtle. HEX triplet: 15, 65 and 14. RGB value is (21,101,20). Sum of RGB (Red+Green+Blue) = 21+101+20=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 101 (39.84% from 255 or 71.13% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 101 - color contains mainly: green. Hex color #156514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156514 is #EA9AEB. Grayscale: #444444. Windows color (decimal): -15375084 or 1336597. OLE color: 1336597.
HSL color Cylindrical-coordinate representation of color #156514: hue angle of 119.26º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156514 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 101 | 20 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.60 |
| HSL | 119.26º | 0.67% | 0.24% | - |
| HSV(B) | 119.26º | 0.8% | 0.4% | - |
| XYZ | 5.09 | 9.52 | 2.23 | - |
| YUV | 67.85 | 101 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 101 | 20 | 0.79 | 0 | 0.80 | 0.60 | 119.26 | 0.67 | 0.24 |
| Hex | 15 | 65 | 14 | 4F | 0 | 50 | 3C | 77 | 43 | 18 |
| Octal | 25 | 145 | 24 | 117 | 0 | 120 | 74 | 167 | 103 | 30 |
| Binary | 10101 | 1100101 | 10100 | 1001111 | 0 | 1010000 | 111100 | 1110111 | 1000011 | 11000 |
Color Harmonies of #156514
Complementary color
Monochromatic Colors of #156514
Black with #156514
Text Example
Text Example
White with #156514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156514; }
p { color: rgb(21,101,20); }
H1.HeaderClassName
{
color: #156514;
}
.AnyTagClassName
{
color: #156514;
}
</style>
background-color css
<style>
a { background-color: #156514; }
a { background-color: rgb(21,101,20); }
div.DivClassName
{
background-color: #156514;
}
.BgClassName
{
background-color: #156514;
}
</style>
border-color css
<style>
span { border-color: #156514; }
span { border-color: rgb(21,101,20); }
td.TdClassName
{
border-color: #156514;
}
.TagClassName
{
border-color: #156514;
}
</style>