Shades of Myrtle #123E06
Tints of Myrtle #123E06
RGB
CMYK
RGB Variations
Color information
#123E06 (or 0x123E06) is known color: Myrtle. HEX triplet: 12, 3E and 06. RGB value is (18,62,6). Sum of RGB (Red+Green+Blue) = 18+62+6=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 62 (24.61% from 255 or 72.09% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 62 - color contains mainly: green. Hex color #123E06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123E06 is #EDC1F9. Grayscale: #2A2A2A. Windows color (decimal): -15581690 or 409106. OLE color: 409106.
HSL color Cylindrical-coordinate representation of color #123E06: hue angle of 107.14º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123E06 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 62 | 6 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.76 |
| HSL | 107.14º | 0.82% | 0.13% | - |
| HSV(B) | 107.14º | 0.9% | 0.24% | - |
| XYZ | 2 | 3.59 | 0.76 | - |
| YUV | 42.46 | 107.42 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 6 | 0.71 | 0 | 0.90 | 0.76 | 107.14 | 0.82 | 0.13 |
| Hex | 12 | 3E | 6 | 47 | 0 | 5A | 4C | 6B | 52 | D |
| Octal | 22 | 76 | 6 | 107 | 0 | 132 | 114 | 153 | 122 | 15 |
| Binary | 10010 | 111110 | 110 | 1000111 | 0 | 1011010 | 1001100 | 1101011 | 1010010 | 1101 |
Color Harmonies of #123E06
Complementary color
Monochromatic Colors of #123E06
Black with #123E06
Text Example
Text Example
White with #123E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123E06; }
p { color: rgb(18,62,6); }
H1.HeaderClassName
{
color: #123E06;
}
.AnyTagClassName
{
color: #123E06;
}
</style>
background-color css
<style>
a { background-color: #123E06; }
a { background-color: rgb(18,62,6); }
div.DivClassName
{
background-color: #123E06;
}
.BgClassName
{
background-color: #123E06;
}
</style>
border-color css
<style>
span { border-color: #123E06; }
span { border-color: rgb(18,62,6); }
td.TdClassName
{
border-color: #123E06;
}
.TagClassName
{
border-color: #123E06;
}
</style>