Shades of Myrtle #124E01
Tints of Myrtle #124E01
RGB
CMYK
RGB Variations
Color information
#124E01 (or 0x124E01) is known color: Myrtle. HEX triplet: 12, 4E and 01. RGB value is (18,78,1). Sum of RGB (Red+Green+Blue) = 18+78+1=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 78 (30.86% from 255 or 80.41% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 78 - color contains mainly: green. Hex color #124E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124E01 is #EDB1FE. Grayscale: #333333. Windows color (decimal): -15577599 or 85522. OLE color: 85522.
HSL color Cylindrical-coordinate representation of color #124E01: hue angle of 106.75º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #124E01 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 78 | 1 | - |
| CMYK | 0.77 | 0 | 0.99 | 0.69 |
| HSL | 106.75º | 0.97% | 0.15% | - |
| HSV(B) | 106.75º | 0.99% | 0.31% | - |
| XYZ | 2.98 | 5.58 | 0.95 | - |
| YUV | 51.28 | 99.62 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 1 | 0.77 | 0 | 0.99 | 0.69 | 106.75 | 0.97 | 0.15 |
| Hex | 12 | 4E | 1 | 4D | 0 | 63 | 45 | 6B | 61 | F |
| Octal | 22 | 116 | 1 | 115 | 0 | 143 | 105 | 153 | 141 | 17 |
| Binary | 10010 | 1001110 | 1 | 1001101 | 0 | 1100011 | 1000101 | 1101011 | 1100001 | 1111 |
Color Harmonies of #124E01
Complementary color
Monochromatic Colors of #124E01
Black with #124E01
Text Example
Text Example
White with #124E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E01; }
p { color: rgb(18,78,1); }
H1.HeaderClassName
{
color: #124E01;
}
.AnyTagClassName
{
color: #124E01;
}
</style>
background-color css
<style>
a { background-color: #124E01; }
a { background-color: rgb(18,78,1); }
div.DivClassName
{
background-color: #124E01;
}
.BgClassName
{
background-color: #124E01;
}
</style>
border-color css
<style>
span { border-color: #124E01; }
span { border-color: rgb(18,78,1); }
td.TdClassName
{
border-color: #124E01;
}
.TagClassName
{
border-color: #124E01;
}
</style>