Shades of Myrtle #155F12
Tints of Myrtle #155F12
RGB
CMYK
RGB Variations
Color information
#155F12 (or 0x155F12) is known color: Myrtle. HEX triplet: 15, 5F and 12. RGB value is (21,95,18). Sum of RGB (Red+Green+Blue) = 21+95+18=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 95 (37.5% from 255 or 70.90% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 95 - color contains mainly: green. Hex color #155F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #155F12 is #EAA0ED. Grayscale: #404040. Windows color (decimal): -15376622 or 1203989. OLE color: 1203989.
HSL color Cylindrical-coordinate representation of color #155F12: hue angle of 117.66º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155F12 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 95 | 18 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.63 |
| HSL | 117.66º | 0.68% | 0.22% | - |
| HSV(B) | 117.66º | 0.81% | 0.37% | - |
| XYZ | 4.51 | 8.39 | 1.95 | - |
| YUV | 64.1 | 101.98 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 18 | 0.78 | 0 | 0.81 | 0.63 | 117.66 | 0.68 | 0.22 |
| Hex | 15 | 5F | 12 | 4E | 0 | 51 | 3F | 76 | 44 | 16 |
| Octal | 25 | 137 | 22 | 116 | 0 | 121 | 77 | 166 | 104 | 26 |
| Binary | 10101 | 1011111 | 10010 | 1001110 | 0 | 1010001 | 111111 | 1110110 | 1000100 | 10110 |
Color Harmonies of #155F12
Complementary color
Monochromatic Colors of #155F12
Black with #155F12
Text Example
Text Example
White with #155F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F12; }
p { color: rgb(21,95,18); }
H1.HeaderClassName
{
color: #155F12;
}
.AnyTagClassName
{
color: #155F12;
}
</style>
background-color css
<style>
a { background-color: #155F12; }
a { background-color: rgb(21,95,18); }
div.DivClassName
{
background-color: #155F12;
}
.BgClassName
{
background-color: #155F12;
}
</style>
border-color css
<style>
span { border-color: #155F12; }
span { border-color: rgb(21,95,18); }
td.TdClassName
{
border-color: #155F12;
}
.TagClassName
{
border-color: #155F12;
}
</style>