Shades of Myrtle #123806
Tints of Myrtle #123806
RGB
CMYK
RGB Variations
Color information
#123806 (or 0x123806) is known color: Myrtle. HEX triplet: 12, 38 and 06. RGB value is (18,56,6). Sum of RGB (Red+Green+Blue) = 18+56+6=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 56 (22.27% from 255 or 70% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 56 - color contains mainly: green. Hex color #123806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123806 is #EDC7F9. Grayscale: #272727. Windows color (decimal): -15583226 or 407570. OLE color: 407570.
HSL color Cylindrical-coordinate representation of color #123806: hue angle of 105.6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123806 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 56 | 6 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.78 |
| HSL | 105.6º | 0.81% | 0.12% | - |
| HSV(B) | 105.6º | 0.89% | 0.22% | - |
| XYZ | 1.7 | 2.97 | 0.66 | - |
| YUV | 38.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 6 | 0.68 | 0 | 0.89 | 0.78 | 105.6 | 0.81 | 0.12 |
| Hex | 12 | 38 | 6 | 44 | 0 | 59 | 4E | 6A | 51 | C |
| Octal | 22 | 70 | 6 | 104 | 0 | 131 | 116 | 152 | 121 | 14 |
| Binary | 10010 | 111000 | 110 | 1000100 | 0 | 1011001 | 1001110 | 1101010 | 1010001 | 1100 |
Color Harmonies of #123806
Complementary color
Monochromatic Colors of #123806
Black with #123806
Text Example
Text Example
White with #123806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123806; }
p { color: rgb(18,56,6); }
H1.HeaderClassName
{
color: #123806;
}
.AnyTagClassName
{
color: #123806;
}
</style>
background-color css
<style>
a { background-color: #123806; }
a { background-color: rgb(18,56,6); }
div.DivClassName
{
background-color: #123806;
}
.BgClassName
{
background-color: #123806;
}
</style>
border-color css
<style>
span { border-color: #123806; }
span { border-color: rgb(18,56,6); }
td.TdClassName
{
border-color: #123806;
}
.TagClassName
{
border-color: #123806;
}
</style>