Shades of Myrtle #124C15
Tints of Myrtle #124C15
RGB
CMYK
RGB Variations
Color information
#124C15 (or 0x124C15) is known color: Myrtle. HEX triplet: 12, 4C and 15. RGB value is (18,76,21). Sum of RGB (Red+Green+Blue) = 18+76+21=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 76 (30.08% from 255 or 66.09% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 76 - color contains mainly: green. Hex color #124C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124C15 is #EDB3EA. Grayscale: #343434. Windows color (decimal): -15578091 or 1395730. OLE color: 1395730.
HSL color Cylindrical-coordinate representation of color #124C15: hue angle of 123.1º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124C15 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 76 | 21 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.70 |
| HSL | 123.1º | 0.62% | 0.18% | - |
| HSV(B) | 123.1º | 0.76% | 0.3% | - |
| XYZ | 2.97 | 5.35 | 1.59 | - |
| YUV | 52.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 21 | 0.76 | 0 | 0.72 | 0.70 | 123.1 | 0.62 | 0.18 |
| Hex | 12 | 4C | 15 | 4C | 0 | 48 | 46 | 7B | 3E | 12 |
| Octal | 22 | 114 | 25 | 114 | 0 | 110 | 106 | 173 | 76 | 22 |
| Binary | 10010 | 1001100 | 10101 | 1001100 | 0 | 1001000 | 1000110 | 1111011 | 111110 | 10010 |
Color Harmonies of #124C15
Complementary color
Monochromatic Colors of #124C15
Black with #124C15
Text Example
Text Example
White with #124C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C15; }
p { color: rgb(18,76,21); }
H1.HeaderClassName
{
color: #124C15;
}
.AnyTagClassName
{
color: #124C15;
}
</style>
background-color css
<style>
a { background-color: #124C15; }
a { background-color: rgb(18,76,21); }
div.DivClassName
{
background-color: #124C15;
}
.BgClassName
{
background-color: #124C15;
}
</style>
border-color css
<style>
span { border-color: #124C15; }
span { border-color: rgb(18,76,21); }
td.TdClassName
{
border-color: #124C15;
}
.TagClassName
{
border-color: #124C15;
}
</style>