Shades of Myrtle #124509
Tints of Myrtle #124509
RGB
CMYK
RGB Variations
Color information
#124509 (or 0x124509) is known color: Myrtle. HEX triplet: 12, 45 and 09. RGB value is (18,69,9). Sum of RGB (Red+Green+Blue) = 18+69+9=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 69 (27.34% from 255 or 71.88% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 69 - color contains mainly: green. Hex color #124509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124509 is #EDBAF6. Grayscale: #2F2F2F. Windows color (decimal): -15579895 or 607506. OLE color: 607506.
HSL color Cylindrical-coordinate representation of color #124509: hue angle of 111º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124509 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 69 | 9 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.73 |
| HSL | 111º | 0.77% | 0.15% | - |
| HSV(B) | 111º | 0.87% | 0.27% | - |
| XYZ | 2.43 | 4.4 | 0.98 | - |
| YUV | 46.91 | 106.6 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 9 | 0.74 | 0 | 0.87 | 0.73 | 111 | 0.77 | 0.15 |
| Hex | 12 | 45 | 9 | 4A | 0 | 57 | 49 | 6F | 4D | F |
| Octal | 22 | 105 | 11 | 112 | 0 | 127 | 111 | 157 | 115 | 17 |
| Binary | 10010 | 1000101 | 1001 | 1001010 | 0 | 1010111 | 1001001 | 1101111 | 1001101 | 1111 |
Color Harmonies of #124509
Complementary color
Monochromatic Colors of #124509
Black with #124509
Text Example
Text Example
White with #124509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124509; }
p { color: rgb(18,69,9); }
H1.HeaderClassName
{
color: #124509;
}
.AnyTagClassName
{
color: #124509;
}
</style>
background-color css
<style>
a { background-color: #124509; }
a { background-color: rgb(18,69,9); }
div.DivClassName
{
background-color: #124509;
}
.BgClassName
{
background-color: #124509;
}
</style>
border-color css
<style>
span { border-color: #124509; }
span { border-color: rgb(18,69,9); }
td.TdClassName
{
border-color: #124509;
}
.TagClassName
{
border-color: #124509;
}
</style>