Shades of Myrtle #156012
Tints of Myrtle #156012
RGB
CMYK
RGB Variations
Color information
#156012 (or 0x156012) is known color: Myrtle. HEX triplet: 15, 60 and 12. RGB value is (21,96,18). Sum of RGB (Red+Green+Blue) = 21+96+18=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 96 (37.89% from 255 or 71.11% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 96 - color contains mainly: green. Hex color #156012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156012 is #EA9FED. Grayscale: #404040. Windows color (decimal): -15376366 or 1204245. OLE color: 1204245.
HSL color Cylindrical-coordinate representation of color #156012: hue angle of 117.69º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156012 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 96 | 18 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.62 |
| HSL | 117.69º | 0.68% | 0.22% | - |
| HSV(B) | 117.69º | 0.81% | 0.38% | - |
| XYZ | 4.6 | 8.57 | 1.98 | - |
| YUV | 64.68 | 101.65 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 96 | 18 | 0.78 | 0 | 0.81 | 0.62 | 117.69 | 0.68 | 0.22 |
| Hex | 15 | 60 | 12 | 4E | 0 | 51 | 3E | 76 | 44 | 16 |
| Octal | 25 | 140 | 22 | 116 | 0 | 121 | 76 | 166 | 104 | 26 |
| Binary | 10101 | 1100000 | 10010 | 1001110 | 0 | 1010001 | 111110 | 1110110 | 1000100 | 10110 |
Color Harmonies of #156012
Complementary color
Monochromatic Colors of #156012
Black with #156012
Text Example
Text Example
White with #156012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156012; }
p { color: rgb(21,96,18); }
H1.HeaderClassName
{
color: #156012;
}
.AnyTagClassName
{
color: #156012;
}
</style>
background-color css
<style>
a { background-color: #156012; }
a { background-color: rgb(21,96,18); }
div.DivClassName
{
background-color: #156012;
}
.BgClassName
{
background-color: #156012;
}
</style>
border-color css
<style>
span { border-color: #156012; }
span { border-color: rgb(21,96,18); }
td.TdClassName
{
border-color: #156012;
}
.TagClassName
{
border-color: #156012;
}
</style>