Shades of Myrtle #124507
Tints of Myrtle #124507
RGB
CMYK
RGB Variations
Color information
#124507 (or 0x124507) is known color: Myrtle. HEX triplet: 12, 45 and 07. RGB value is (18,69,7). Sum of RGB (Red+Green+Blue) = 18+69+7=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 69 (27.34% from 255 or 73.40% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 69 - color contains mainly: green. Hex color #124507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124507 is #EDBAF8. Grayscale: #2E2E2E. Windows color (decimal): -15579897 or 476434. OLE color: 476434.
HSL color Cylindrical-coordinate representation of color #124507: hue angle of 109.35º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124507 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 69 | 7 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.73 |
| HSL | 109.35º | 0.82% | 0.15% | - |
| HSV(B) | 109.35º | 0.9% | 0.27% | - |
| XYZ | 2.42 | 4.4 | 0.92 | - |
| YUV | 46.68 | 105.6 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 7 | 0.74 | 0 | 0.90 | 0.73 | 109.35 | 0.82 | 0.15 |
| Hex | 12 | 45 | 7 | 4A | 0 | 5A | 49 | 6D | 52 | F |
| Octal | 22 | 105 | 7 | 112 | 0 | 132 | 111 | 155 | 122 | 17 |
| Binary | 10010 | 1000101 | 111 | 1001010 | 0 | 1011010 | 1001001 | 1101101 | 1010010 | 1111 |
Color Harmonies of #124507
Complementary color
Monochromatic Colors of #124507
Black with #124507
Text Example
Text Example
White with #124507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124507; }
p { color: rgb(18,69,7); }
H1.HeaderClassName
{
color: #124507;
}
.AnyTagClassName
{
color: #124507;
}
</style>
background-color css
<style>
a { background-color: #124507; }
a { background-color: rgb(18,69,7); }
div.DivClassName
{
background-color: #124507;
}
.BgClassName
{
background-color: #124507;
}
</style>
border-color css
<style>
span { border-color: #124507; }
span { border-color: rgb(18,69,7); }
td.TdClassName
{
border-color: #124507;
}
.TagClassName
{
border-color: #124507;
}
</style>