Shades of Myrtle #124F06
Tints of Myrtle #124F06
RGB
CMYK
RGB Variations
Color information
#124F06 (or 0x124F06) is known color: Myrtle. HEX triplet: 12, 4F and 06. RGB value is (18,79,6). Sum of RGB (Red+Green+Blue) = 18+79+6=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 79 (31.25% from 255 or 76.70% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 79 - color contains mainly: green. Hex color #124F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124F06 is #EDB0F9. Grayscale: #343434. Windows color (decimal): -15577338 or 413458. OLE color: 413458.
HSL color Cylindrical-coordinate representation of color #124F06: hue angle of 110.14º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124F06 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 6 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.69 |
| HSL | 110.14º | 0.86% | 0.17% | - |
| HSV(B) | 110.14º | 0.92% | 0.31% | - |
| XYZ | 3.08 | 5.73 | 1.12 | - |
| YUV | 52.44 | 101.79 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 6 | 0.77 | 0 | 0.92 | 0.69 | 110.14 | 0.86 | 0.17 |
| Hex | 12 | 4F | 6 | 4D | 0 | 5C | 45 | 6E | 56 | 11 |
| Octal | 22 | 117 | 6 | 115 | 0 | 134 | 105 | 156 | 126 | 21 |
| Binary | 10010 | 1001111 | 110 | 1001101 | 0 | 1011100 | 1000101 | 1101110 | 1010110 | 10001 |
Color Harmonies of #124F06
Complementary color
Monochromatic Colors of #124F06
Black with #124F06
Text Example
Text Example
White with #124F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F06; }
p { color: rgb(18,79,6); }
H1.HeaderClassName
{
color: #124F06;
}
.AnyTagClassName
{
color: #124F06;
}
</style>
background-color css
<style>
a { background-color: #124F06; }
a { background-color: rgb(18,79,6); }
div.DivClassName
{
background-color: #124F06;
}
.BgClassName
{
background-color: #124F06;
}
</style>
border-color css
<style>
span { border-color: #124F06; }
span { border-color: rgb(18,79,6); }
td.TdClassName
{
border-color: #124F06;
}
.TagClassName
{
border-color: #124F06;
}
</style>