Shades of Myrtle #124F12
Tints of Myrtle #124F12
RGB
CMYK
RGB Variations
Color information
#124F12 (or 0x124F12) is known color: Myrtle. HEX triplet: 12, 4F and 12. RGB value is (18,79,18). Sum of RGB (Red+Green+Blue) = 18+79+18=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 79 (31.25% from 255 or 68.70% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 79 - color contains mainly: green. Hex color #124F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124F12 is #EDB0ED. Grayscale: #353535. Windows color (decimal): -15577326 or 1199890. OLE color: 1199890.
HSL color Cylindrical-coordinate representation of color #124F12: hue angle of 120º 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 #124F12 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 18 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.69 |
| HSL | 120º | 0.63% | 0.19% | - |
| HSV(B) | 120º | 0.77% | 0.31% | - |
| XYZ | 3.15 | 5.76 | 1.52 | - |
| YUV | 53.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 18 | 0.77 | 0 | 0.77 | 0.69 | 120 | 0.63 | 0.19 |
| Hex | 12 | 4F | 12 | 4D | 0 | 4D | 45 | 78 | 3F | 13 |
| Octal | 22 | 117 | 22 | 115 | 0 | 115 | 105 | 170 | 77 | 23 |
| Binary | 10010 | 1001111 | 10010 | 1001101 | 0 | 1001101 | 1000101 | 1111000 | 111111 | 10011 |
Color Harmonies of #124F12
Complementary color
Monochromatic Colors of #124F12
Black with #124F12
Text Example
Text Example
White with #124F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F12; }
p { color: rgb(18,79,18); }
H1.HeaderClassName
{
color: #124F12;
}
.AnyTagClassName
{
color: #124F12;
}
</style>
background-color css
<style>
a { background-color: #124F12; }
a { background-color: rgb(18,79,18); }
div.DivClassName
{
background-color: #124F12;
}
.BgClassName
{
background-color: #124F12;
}
</style>
border-color css
<style>
span { border-color: #124F12; }
span { border-color: rgb(18,79,18); }
td.TdClassName
{
border-color: #124F12;
}
.TagClassName
{
border-color: #124F12;
}
</style>