Shades of Myrtle #124D10
Tints of Myrtle #124D10
RGB
CMYK
RGB Variations
Color information
#124D10 (or 0x124D10) is known color: Myrtle. HEX triplet: 12, 4D and 10. RGB value is (18,77,16). Sum of RGB (Red+Green+Blue) = 18+77+16=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 77 (30.47% from 255 or 69.37% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 77 - color contains mainly: green. Hex color #124D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124D10 is #EDB2EF. Grayscale: #343434. Windows color (decimal): -15577840 or 1068306. OLE color: 1068306.
HSL color Cylindrical-coordinate representation of color #124D10: hue angle of 118.03º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124D10 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 16 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.70 |
| HSL | 118.03º | 0.66% | 0.18% | - |
| HSV(B) | 118.03º | 0.79% | 0.3% | - |
| XYZ | 3 | 5.47 | 1.39 | - |
| YUV | 52.41 | 107.45 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 16 | 0.77 | 0 | 0.79 | 0.70 | 118.03 | 0.66 | 0.18 |
| Hex | 12 | 4D | 10 | 4D | 0 | 4F | 46 | 76 | 42 | 12 |
| Octal | 22 | 115 | 20 | 115 | 0 | 117 | 106 | 166 | 102 | 22 |
| Binary | 10010 | 1001101 | 10000 | 1001101 | 0 | 1001111 | 1000110 | 1110110 | 1000010 | 10010 |
Color Harmonies of #124D10
Complementary color
Monochromatic Colors of #124D10
Black with #124D10
Text Example
Text Example
White with #124D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D10; }
p { color: rgb(18,77,16); }
H1.HeaderClassName
{
color: #124D10;
}
.AnyTagClassName
{
color: #124D10;
}
</style>
background-color css
<style>
a { background-color: #124D10; }
a { background-color: rgb(18,77,16); }
div.DivClassName
{
background-color: #124D10;
}
.BgClassName
{
background-color: #124D10;
}
</style>
border-color css
<style>
span { border-color: #124D10; }
span { border-color: rgb(18,77,16); }
td.TdClassName
{
border-color: #124D10;
}
.TagClassName
{
border-color: #124D10;
}
</style>