Shades of Myrtle #124D0B
Tints of Myrtle #124D0B
RGB
CMYK
RGB Variations
Color information
#124D0B (or 0x124D0B) is known color: Myrtle. HEX triplet: 12, 4D and 0B. RGB value is (18,77,11). Sum of RGB (Red+Green+Blue) = 18+77+11=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 77 (30.47% from 255 or 72.64% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 77 - color contains mainly: green. Hex color #124D0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124D0B is #EDB2F4. Grayscale: #343434. Windows color (decimal): -15577845 or 740626. OLE color: 740626.
HSL color Cylindrical-coordinate representation of color #124D0B: hue angle of 113.64º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124D0B is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 11 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.70 |
| HSL | 113.64º | 0.75% | 0.17% | - |
| HSV(B) | 113.64º | 0.86% | 0.3% | - |
| XYZ | 2.96 | 5.46 | 1.21 | - |
| YUV | 51.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 11 | 0.77 | 0 | 0.86 | 0.70 | 113.64 | 0.75 | 0.17 |
| Hex | 12 | 4D | B | 4D | 0 | 56 | 46 | 72 | 4B | 11 |
| Octal | 22 | 115 | 13 | 115 | 0 | 126 | 106 | 162 | 113 | 21 |
| Binary | 10010 | 1001101 | 1011 | 1001101 | 0 | 1010110 | 1000110 | 1110010 | 1001011 | 10001 |
Color Harmonies of #124D0B
Complementary color
Monochromatic Colors of #124D0B
Black with #124D0B
Text Example
Text Example
White with #124D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D0B; }
p { color: rgb(18,77,11); }
H1.HeaderClassName
{
color: #124D0B;
}
.AnyTagClassName
{
color: #124D0B;
}
</style>
background-color css
<style>
a { background-color: #124D0B; }
a { background-color: rgb(18,77,11); }
div.DivClassName
{
background-color: #124D0B;
}
.BgClassName
{
background-color: #124D0B;
}
</style>
border-color css
<style>
span { border-color: #124D0B; }
span { border-color: rgb(18,77,11); }
td.TdClassName
{
border-color: #124D0B;
}
.TagClassName
{
border-color: #124D0B;
}
</style>