Shades of Myrtle #124716
Tints of Myrtle #124716
RGB
CMYK
RGB Variations
Color information
#124716 (or 0x124716) is known color: Myrtle. HEX triplet: 12, 47 and 16. RGB value is (18,71,22). Sum of RGB (Red+Green+Blue) = 18+71+22=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 71 (28.12% from 255 or 63.96% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 71 - color contains mainly: green. Hex color #124716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124716 is #EDB8E9. Grayscale: #313131. Windows color (decimal): -15579370 or 1459986. OLE color: 1459986.
HSL color Cylindrical-coordinate representation of color #124716: hue angle of 124.53º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124716 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 71 | 22 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.72 |
| HSL | 124.53º | 0.6% | 0.17% | - |
| HSV(B) | 124.53º | 0.75% | 0.28% | - |
| XYZ | 2.65 | 4.69 | 1.53 | - |
| YUV | 49.57 | 112.44 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 22 | 0.75 | 0 | 0.69 | 0.72 | 124.53 | 0.6 | 0.17 |
| Hex | 12 | 47 | 16 | 4B | 0 | 45 | 48 | 7D | 3C | 11 |
| Octal | 22 | 107 | 26 | 113 | 0 | 105 | 110 | 175 | 74 | 21 |
| Binary | 10010 | 1000111 | 10110 | 1001011 | 0 | 1000101 | 1001000 | 1111101 | 111100 | 10001 |
Color Harmonies of #124716
Complementary color
Monochromatic Colors of #124716
Black with #124716
Text Example
Text Example
White with #124716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124716; }
p { color: rgb(18,71,22); }
H1.HeaderClassName
{
color: #124716;
}
.AnyTagClassName
{
color: #124716;
}
</style>
background-color css
<style>
a { background-color: #124716; }
a { background-color: rgb(18,71,22); }
div.DivClassName
{
background-color: #124716;
}
.BgClassName
{
background-color: #124716;
}
</style>
border-color css
<style>
span { border-color: #124716; }
span { border-color: rgb(18,71,22); }
td.TdClassName
{
border-color: #124716;
}
.TagClassName
{
border-color: #124716;
}
</style>