Shades of Myrtle #124206
Tints of Myrtle #124206
RGB
CMYK
RGB Variations
Color information
#124206 (or 0x124206) is known color: Myrtle. HEX triplet: 12, 42 and 06. RGB value is (18,66,6). Sum of RGB (Red+Green+Blue) = 18+66+6=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 66 (26.17% from 255 or 73.33% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 66 - color contains mainly: green. Hex color #124206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124206 is #EDBDF9. Grayscale: #2C2C2C. Windows color (decimal): -15580666 or 410130. OLE color: 410130.
HSL color Cylindrical-coordinate representation of color #124206: hue angle of 108º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #124206 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 66 | 6 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.74 |
| HSL | 108º | 0.83% | 0.14% | - |
| HSV(B) | 108º | 0.91% | 0.26% | - |
| XYZ | 2.23 | 4.04 | 0.83 | - |
| YUV | 44.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 6 | 0.73 | 0 | 0.91 | 0.74 | 108 | 0.83 | 0.14 |
| Hex | 12 | 42 | 6 | 49 | 0 | 5B | 4A | 6C | 53 | E |
| Octal | 22 | 102 | 6 | 111 | 0 | 133 | 112 | 154 | 123 | 16 |
| Binary | 10010 | 1000010 | 110 | 1001001 | 0 | 1011011 | 1001010 | 1101100 | 1010011 | 1110 |
Color Harmonies of #124206
Complementary color
Monochromatic Colors of #124206
Black with #124206
Text Example
Text Example
White with #124206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124206; }
p { color: rgb(18,66,6); }
H1.HeaderClassName
{
color: #124206;
}
.AnyTagClassName
{
color: #124206;
}
</style>
background-color css
<style>
a { background-color: #124206; }
a { background-color: rgb(18,66,6); }
div.DivClassName
{
background-color: #124206;
}
.BgClassName
{
background-color: #124206;
}
</style>
border-color css
<style>
span { border-color: #124206; }
span { border-color: rgb(18,66,6); }
td.TdClassName
{
border-color: #124206;
}
.TagClassName
{
border-color: #124206;
}
</style>