Shades of Myrtle #123700
Tints of Myrtle #123700
RGB
CMYK
RGB Variations
Color information
#123700 (or 0x123700) is known color: Myrtle. HEX triplet: 12, 37 and 00. RGB value is (18,55,0). Sum of RGB (Red+Green+Blue) = 18+55+0=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 55 (21.88% from 255 or 75.34% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 55 - color contains mainly: green. Hex color #123700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123700 is #EDC8FF. Grayscale: #252525. Windows color (decimal): -15583488 or 14098. OLE color: 14098.
HSL color Cylindrical-coordinate representation of color #123700: hue angle of 100.36º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #123700 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 55 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.78 |
| HSL | 100.36º | 1% | 0.11% | - |
| HSV(B) | 100.36º | 1% | 0.22% | - |
| XYZ | 1.62 | 2.86 | 0.47 | - |
| YUV | 37.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 0 | 0.67 | 0 | 1 | 0.78 | 100.36 | 1 | 0.11 |
| Hex | 12 | 37 | 0 | 43 | 0 | 64 | 4E | 64 | 64 | B |
| Octal | 22 | 67 | 0 | 103 | 0 | 144 | 116 | 144 | 144 | 13 |
| Binary | 10010 | 110111 | 0 | 1000011 | 0 | 1100100 | 1001110 | 1100100 | 1100100 | 1011 |
Color Harmonies of #123700
Complementary color
Monochromatic Colors of #123700
Black with #123700
Text Example
Text Example
White with #123700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123700; }
p { color: rgb(18,55,0); }
H1.HeaderClassName
{
color: #123700;
}
.AnyTagClassName
{
color: #123700;
}
</style>
background-color css
<style>
a { background-color: #123700; }
a { background-color: rgb(18,55,0); }
div.DivClassName
{
background-color: #123700;
}
.BgClassName
{
background-color: #123700;
}
</style>
border-color css
<style>
span { border-color: #123700; }
span { border-color: rgb(18,55,0); }
td.TdClassName
{
border-color: #123700;
}
.TagClassName
{
border-color: #123700;
}
</style>