Shades of Myrtle #124A05
Tints of Myrtle #124A05
RGB
CMYK
RGB Variations
Color information
#124A05 (or 0x124A05) is known color: Myrtle. HEX triplet: 12, 4A and 05. RGB value is (18,74,5). Sum of RGB (Red+Green+Blue) = 18+74+5=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 74 (29.30% from 255 or 76.29% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 74 - color contains mainly: green. Hex color #124A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124A05 is #EDB5FA. Grayscale: #313131. Windows color (decimal): -15578619 or 346642. OLE color: 346642.
HSL color Cylindrical-coordinate representation of color #124A05: hue angle of 108.7º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124A05 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 74 | 5 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.71 |
| HSL | 108.7º | 0.87% | 0.15% | - |
| HSV(B) | 108.7º | 0.93% | 0.29% | - |
| XYZ | 2.73 | 5.04 | 0.97 | - |
| YUV | 49.39 | 102.95 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 5 | 0.76 | 0 | 0.93 | 0.71 | 108.7 | 0.87 | 0.15 |
| Hex | 12 | 4A | 5 | 4C | 0 | 5D | 47 | 6D | 57 | F |
| Octal | 22 | 112 | 5 | 114 | 0 | 135 | 107 | 155 | 127 | 17 |
| Binary | 10010 | 1001010 | 101 | 1001100 | 0 | 1011101 | 1000111 | 1101101 | 1010111 | 1111 |
Color Harmonies of #124A05
Complementary color
Monochromatic Colors of #124A05
Black with #124A05
Text Example
Text Example
White with #124A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124A05; }
p { color: rgb(18,74,5); }
H1.HeaderClassName
{
color: #124A05;
}
.AnyTagClassName
{
color: #124A05;
}
</style>
background-color css
<style>
a { background-color: #124A05; }
a { background-color: rgb(18,74,5); }
div.DivClassName
{
background-color: #124A05;
}
.BgClassName
{
background-color: #124A05;
}
</style>
border-color css
<style>
span { border-color: #124A05; }
span { border-color: rgb(18,74,5); }
td.TdClassName
{
border-color: #124A05;
}
.TagClassName
{
border-color: #124A05;
}
</style>