Shades of Myrtle #124D05
Tints of Myrtle #124D05
RGB
CMYK
RGB Variations
Color information
#124D05 (or 0x124D05) is known color: Myrtle. HEX triplet: 12, 4D and 05. RGB value is (18,77,5). Sum of RGB (Red+Green+Blue) = 18+77+5=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 77 (30.47% from 255 or 77% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 77 - color contains mainly: green. Hex color #124D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124D05 is #EDB2FA. Grayscale: #333333. Windows color (decimal): -15577851 or 347410. OLE color: 347410.
HSL color Cylindrical-coordinate representation of color #124D05: hue angle of 109.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #124D05 is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 5 | - |
| CMYK | 0.77 | 0 | 0.94 | 0.70 |
| HSL | 109.17º | 0.88% | 0.16% | - |
| HSV(B) | 109.17º | 0.94% | 0.3% | - |
| XYZ | 2.93 | 5.45 | 1.04 | - |
| YUV | 51.15 | 101.95 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 5 | 0.77 | 0 | 0.94 | 0.70 | 109.17 | 0.88 | 0.16 |
| Hex | 12 | 4D | 5 | 4D | 0 | 5E | 46 | 6D | 58 | 10 |
| Octal | 22 | 115 | 5 | 115 | 0 | 136 | 106 | 155 | 130 | 20 |
| Binary | 10010 | 1001101 | 101 | 1001101 | 0 | 1011110 | 1000110 | 1101101 | 1011000 | 10000 |
Color Harmonies of #124D05
Complementary color
Monochromatic Colors of #124D05
Black with #124D05
Text Example
Text Example
White with #124D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D05; }
p { color: rgb(18,77,5); }
H1.HeaderClassName
{
color: #124D05;
}
.AnyTagClassName
{
color: #124D05;
}
</style>
background-color css
<style>
a { background-color: #124D05; }
a { background-color: rgb(18,77,5); }
div.DivClassName
{
background-color: #124D05;
}
.BgClassName
{
background-color: #124D05;
}
</style>
border-color css
<style>
span { border-color: #124D05; }
span { border-color: rgb(18,77,5); }
td.TdClassName
{
border-color: #124D05;
}
.TagClassName
{
border-color: #124D05;
}
</style>