Shades of Myrtle #124F14
Tints of Myrtle #124F14
RGB
CMYK
RGB Variations
Color information
#124F14 (or 0x124F14) is known color: Myrtle. HEX triplet: 12, 4F and 14. RGB value is (18,79,20). Sum of RGB (Red+Green+Blue) = 18+79+20=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 79 (31.25% from 255 or 67.52% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 79 - color contains mainly: green. Hex color #124F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124F14 is #EDB0EB. Grayscale: #363636. Windows color (decimal): -15577324 or 1330962. OLE color: 1330962.
HSL color Cylindrical-coordinate representation of color #124F14: hue angle of 121.97º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124F14 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 20 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.69 |
| HSL | 121.97º | 0.63% | 0.19% | - |
| HSV(B) | 121.97º | 0.77% | 0.31% | - |
| XYZ | 3.17 | 5.77 | 1.61 | - |
| YUV | 54.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 20 | 0.77 | 0 | 0.75 | 0.69 | 121.97 | 0.63 | 0.19 |
| Hex | 12 | 4F | 14 | 4D | 0 | 4B | 45 | 7A | 3F | 13 |
| Octal | 22 | 117 | 24 | 115 | 0 | 113 | 105 | 172 | 77 | 23 |
| Binary | 10010 | 1001111 | 10100 | 1001101 | 0 | 1001011 | 1000101 | 1111010 | 111111 | 10011 |
Color Harmonies of #124F14
Complementary color
Monochromatic Colors of #124F14
Black with #124F14
Text Example
Text Example
White with #124F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F14; }
p { color: rgb(18,79,20); }
H1.HeaderClassName
{
color: #124F14;
}
.AnyTagClassName
{
color: #124F14;
}
</style>
background-color css
<style>
a { background-color: #124F14; }
a { background-color: rgb(18,79,20); }
div.DivClassName
{
background-color: #124F14;
}
.BgClassName
{
background-color: #124F14;
}
</style>
border-color css
<style>
span { border-color: #124F14; }
span { border-color: rgb(18,79,20); }
td.TdClassName
{
border-color: #124F14;
}
.TagClassName
{
border-color: #124F14;
}
</style>