Shades of Myrtle #124700
Tints of Myrtle #124700
RGB
CMYK
RGB Variations
Color information
#124700 (or 0x124700) is known color: Myrtle. HEX triplet: 12, 47 and 00. RGB value is (18,71,0). Sum of RGB (Red+Green+Blue) = 18+71+0=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 71 (28.12% from 255 or 79.78% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 71 - color contains mainly: green. Hex color #124700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124700 is #EDB8FF. Grayscale: #2F2F2F. Windows color (decimal): -15579392 or 18194. OLE color: 18194.
HSL color Cylindrical-coordinate representation of color #124700: hue angle of 104.79º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #124700 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 18 | 71 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.72 |
| HSL | 104.79º | 1% | 0.14% | - |
| HSV(B) | 104.79º | 1% | 0.28% | - |
| XYZ | 2.5 | 4.64 | 0.76 | - |
| YUV | 47.06 | 101.44 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 0 | 0.75 | 0 | 1 | 0.72 | 104.79 | 1 | 0.14 |
| Hex | 12 | 47 | 0 | 4B | 0 | 64 | 48 | 69 | 64 | E |
| Octal | 22 | 107 | 0 | 113 | 0 | 144 | 110 | 151 | 144 | 16 |
| Binary | 10010 | 1000111 | 0 | 1001011 | 0 | 1100100 | 1001000 | 1101001 | 1100100 | 1110 |
Color Harmonies of #124700
Complementary color
Monochromatic Colors of #124700
Black with #124700
Text Example
Text Example
White with #124700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124700; }
p { color: rgb(18,71,0); }
H1.HeaderClassName
{
color: #124700;
}
.AnyTagClassName
{
color: #124700;
}
</style>
background-color css
<style>
a { background-color: #124700; }
a { background-color: rgb(18,71,0); }
div.DivClassName
{
background-color: #124700;
}
.BgClassName
{
background-color: #124700;
}
</style>
border-color css
<style>
span { border-color: #124700; }
span { border-color: rgb(18,71,0); }
td.TdClassName
{
border-color: #124700;
}
.TagClassName
{
border-color: #124700;
}
</style>