Shades of Myrtle #124D09
Tints of Myrtle #124D09
RGB
CMYK
RGB Variations
Color information
#124D09 (or 0x124D09) is known color: Myrtle. HEX triplet: 12, 4D and 09. RGB value is (18,77,9). Sum of RGB (Red+Green+Blue) = 18+77+9=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 77 (30.47% from 255 or 74.04% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 77 - color contains mainly: green. Hex color #124D09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124D09 is #EDB2F6. Grayscale: #333333. Windows color (decimal): -15577847 or 609554. OLE color: 609554.
HSL color Cylindrical-coordinate representation of color #124D09: hue angle of 112.06º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124D09 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 9 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.70 |
| HSL | 112.06º | 0.79% | 0.17% | - |
| HSV(B) | 112.06º | 0.88% | 0.3% | - |
| XYZ | 2.95 | 5.46 | 1.16 | - |
| YUV | 51.61 | 103.95 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 9 | 0.77 | 0 | 0.88 | 0.70 | 112.06 | 0.79 | 0.17 |
| Hex | 12 | 4D | 9 | 4D | 0 | 58 | 46 | 70 | 4F | 11 |
| Octal | 22 | 115 | 11 | 115 | 0 | 130 | 106 | 160 | 117 | 21 |
| Binary | 10010 | 1001101 | 1001 | 1001101 | 0 | 1011000 | 1000110 | 1110000 | 1001111 | 10001 |
Color Harmonies of #124D09
Complementary color
Monochromatic Colors of #124D09
Black with #124D09
Text Example
Text Example
White with #124D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D09; }
p { color: rgb(18,77,9); }
H1.HeaderClassName
{
color: #124D09;
}
.AnyTagClassName
{
color: #124D09;
}
</style>
background-color css
<style>
a { background-color: #124D09; }
a { background-color: rgb(18,77,9); }
div.DivClassName
{
background-color: #124D09;
}
.BgClassName
{
background-color: #124D09;
}
</style>
border-color css
<style>
span { border-color: #124D09; }
span { border-color: rgb(18,77,9); }
td.TdClassName
{
border-color: #124D09;
}
.TagClassName
{
border-color: #124D09;
}
</style>