Shades of Myrtle #122C06
Tints of Myrtle #122C06
RGB
CMYK
RGB Variations
Color information
#122C06 (or 0x122C06) is known color: Myrtle. HEX triplet: 12, 2C and 06. RGB value is (18,44,6). Sum of RGB (Red+Green+Blue) = 18+44+6=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 44 (17.58% from 255 or 64.71% from 68); Blue value is 6 (2.73% from 255 or 8.82% from 68); Max value from RGB is 44 - color contains mainly: green. Hex color #122C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #122C06 is #EDD3F9. Grayscale: #202020. Windows color (decimal): -15586298 or 404498. OLE color: 404498.
HSL color Cylindrical-coordinate representation of color #122C06: hue angle of 101.05º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122C06 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 44 | 6 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.83 |
| HSL | 101.05º | 0.76% | 0.1% | - |
| HSV(B) | 101.05º | 0.86% | 0.17% | - |
| XYZ | 1.18 | 1.94 | 0.49 | - |
| YUV | 31.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 6 | 0.59 | 0 | 0.86 | 0.83 | 101.05 | 0.76 | 0.1 |
| Hex | 12 | 2C | 6 | 3B | 0 | 56 | 53 | 65 | 4C | A |
| Octal | 22 | 54 | 6 | 73 | 0 | 126 | 123 | 145 | 114 | 12 |
| Binary | 10010 | 101100 | 110 | 111011 | 0 | 1010110 | 1010011 | 1100101 | 1001100 | 1010 |
Color Harmonies of #122C06
Complementary color
Monochromatic Colors of #122C06
Black with #122C06
Text Example
Text Example
White with #122C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C06; }
p { color: rgb(18,44,6); }
H1.HeaderClassName
{
color: #122C06;
}
.AnyTagClassName
{
color: #122C06;
}
</style>
background-color css
<style>
a { background-color: #122C06; }
a { background-color: rgb(18,44,6); }
div.DivClassName
{
background-color: #122C06;
}
.BgClassName
{
background-color: #122C06;
}
</style>
border-color css
<style>
span { border-color: #122C06; }
span { border-color: rgb(18,44,6); }
td.TdClassName
{
border-color: #122C06;
}
.TagClassName
{
border-color: #122C06;
}
</style>