Shades of Myrtle #124711
Tints of Myrtle #124711
RGB
CMYK
RGB Variations
Color information
#124711 (or 0x124711) is known color: Myrtle. HEX triplet: 12, 47 and 11. RGB value is (18,71,17). Sum of RGB (Red+Green+Blue) = 18+71+17=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #124711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124711 is #EDB8EE. Grayscale: #313131. Windows color (decimal): -15579375 or 1132306. OLE color: 1132306.
HSL color Cylindrical-coordinate representation of color #124711: hue angle of 118.89º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124711 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 71 | 17 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.72 |
| HSL | 118.89º | 0.61% | 0.17% | - |
| HSV(B) | 118.89º | 0.76% | 0.28% | - |
| XYZ | 2.6 | 4.68 | 1.3 | - |
| YUV | 49 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 17 | 0.75 | 0 | 0.76 | 0.72 | 118.89 | 0.61 | 0.17 |
| Hex | 12 | 47 | 11 | 4B | 0 | 4C | 48 | 77 | 3D | 11 |
| Octal | 22 | 107 | 21 | 113 | 0 | 114 | 110 | 167 | 75 | 21 |
| Binary | 10010 | 1000111 | 10001 | 1001011 | 0 | 1001100 | 1001000 | 1110111 | 111101 | 10001 |
Color Harmonies of #124711
Complementary color
Monochromatic Colors of #124711
Black with #124711
Text Example
Text Example
White with #124711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124711; }
p { color: rgb(18,71,17); }
H1.HeaderClassName
{
color: #124711;
}
.AnyTagClassName
{
color: #124711;
}
</style>
background-color css
<style>
a { background-color: #124711; }
a { background-color: rgb(18,71,17); }
div.DivClassName
{
background-color: #124711;
}
.BgClassName
{
background-color: #124711;
}
</style>
border-color css
<style>
span { border-color: #124711; }
span { border-color: rgb(18,71,17); }
td.TdClassName
{
border-color: #124711;
}
.TagClassName
{
border-color: #124711;
}
</style>