Shades of Myrtle #124D15
Tints of Myrtle #124D15
RGB
CMYK
RGB Variations
Color information
#124D15 (or 0x124D15) is known color: Myrtle. HEX triplet: 12, 4D and 15. RGB value is (18,77,21). Sum of RGB (Red+Green+Blue) = 18+77+21=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 77 (30.47% from 255 or 66.38% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 77 - color contains mainly: green. Hex color #124D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124D15 is #EDB2EA. Grayscale: #353535. Windows color (decimal): -15577835 or 1395986. OLE color: 1395986.
HSL color Cylindrical-coordinate representation of color #124D15: hue angle of 123.05º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D15 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 21 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.70 |
| HSL | 123.05º | 0.62% | 0.19% | - |
| HSV(B) | 123.05º | 0.77% | 0.3% | - |
| XYZ | 3.04 | 5.49 | 1.61 | - |
| YUV | 52.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 21 | 0.77 | 0 | 0.73 | 0.70 | 123.05 | 0.62 | 0.19 |
| Hex | 12 | 4D | 15 | 4D | 0 | 49 | 46 | 7B | 3E | 13 |
| Octal | 22 | 115 | 25 | 115 | 0 | 111 | 106 | 173 | 76 | 23 |
| Binary | 10010 | 1001101 | 10101 | 1001101 | 0 | 1001001 | 1000110 | 1111011 | 111110 | 10011 |
Color Harmonies of #124D15
Complementary color
Monochromatic Colors of #124D15
Black with #124D15
Text Example
Text Example
White with #124D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D15; }
p { color: rgb(18,77,21); }
H1.HeaderClassName
{
color: #124D15;
}
.AnyTagClassName
{
color: #124D15;
}
</style>
background-color css
<style>
a { background-color: #124D15; }
a { background-color: rgb(18,77,21); }
div.DivClassName
{
background-color: #124D15;
}
.BgClassName
{
background-color: #124D15;
}
</style>
border-color css
<style>
span { border-color: #124D15; }
span { border-color: rgb(18,77,21); }
td.TdClassName
{
border-color: #124D15;
}
.TagClassName
{
border-color: #124D15;
}
</style>