Shades of Myrtle #124F18
Tints of Myrtle #124F18
RGB
CMYK
RGB Variations
Color information
#124F18 (or 0x124F18) is known color: Myrtle. HEX triplet: 12, 4F and 18. RGB value is (18,79,24). Sum of RGB (Red+Green+Blue) = 18+79+24=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 79 (31.25% from 255 or 65.29% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 79 - color contains mainly: green. Hex color #124F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124F18 is #EDB0E7. Grayscale: #363636. Windows color (decimal): -15577320 or 1593106. OLE color: 1593106.
HSL color Cylindrical-coordinate representation of color #124F18: hue angle of 125.9º 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 #124F18 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 24 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.69 |
| HSL | 125.9º | 0.63% | 0.19% | - |
| HSV(B) | 125.9º | 0.77% | 0.31% | - |
| XYZ | 3.21 | 5.79 | 1.81 | - |
| YUV | 54.49 | 110.79 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 24 | 0.77 | 0 | 0.70 | 0.69 | 125.9 | 0.63 | 0.19 |
| Hex | 12 | 4F | 18 | 4D | 0 | 46 | 45 | 7E | 3F | 13 |
| Octal | 22 | 117 | 30 | 115 | 0 | 106 | 105 | 176 | 77 | 23 |
| Binary | 10010 | 1001111 | 11000 | 1001101 | 0 | 1000110 | 1000101 | 1111110 | 111111 | 10011 |
Color Harmonies of #124F18
Complementary color
Monochromatic Colors of #124F18
Black with #124F18
Text Example
Text Example
White with #124F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F18; }
p { color: rgb(18,79,24); }
H1.HeaderClassName
{
color: #124F18;
}
.AnyTagClassName
{
color: #124F18;
}
</style>
background-color css
<style>
a { background-color: #124F18; }
a { background-color: rgb(18,79,24); }
div.DivClassName
{
background-color: #124F18;
}
.BgClassName
{
background-color: #124F18;
}
</style>
border-color css
<style>
span { border-color: #124F18; }
span { border-color: rgb(18,79,24); }
td.TdClassName
{
border-color: #124F18;
}
.TagClassName
{
border-color: #124F18;
}
</style>