Shades of Myrtle #124B0A
Tints of Myrtle #124B0A
RGB
CMYK
RGB Variations
Color information
#124B0A (or 0x124B0A) is known color: Myrtle. HEX triplet: 12, 4B and 0A. RGB value is (18,75,10). Sum of RGB (Red+Green+Blue) = 18+75+10=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 75 (29.69% from 255 or 72.82% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 75 - color contains mainly: green. Hex color #124B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124B0A is #EDB4F5. Grayscale: #323232. Windows color (decimal): -15578358 or 674578. OLE color: 674578.
HSL color Cylindrical-coordinate representation of color #124B0A: hue angle of 112.62º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #124B0A is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 75 | 10 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.71 |
| HSL | 112.62º | 0.76% | 0.17% | - |
| HSV(B) | 112.62º | 0.87% | 0.29% | - |
| XYZ | 2.82 | 5.18 | 1.14 | - |
| YUV | 50.55 | 105.12 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 10 | 0.76 | 0 | 0.87 | 0.71 | 112.62 | 0.76 | 0.17 |
| Hex | 12 | 4B | A | 4C | 0 | 57 | 47 | 71 | 4C | 11 |
| Octal | 22 | 113 | 12 | 114 | 0 | 127 | 107 | 161 | 114 | 21 |
| Binary | 10010 | 1001011 | 1010 | 1001100 | 0 | 1010111 | 1000111 | 1110001 | 1001100 | 10001 |
Color Harmonies of #124B0A
Complementary color
Monochromatic Colors of #124B0A
Black with #124B0A
Text Example
Text Example
White with #124B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B0A; }
p { color: rgb(18,75,10); }
H1.HeaderClassName
{
color: #124B0A;
}
.AnyTagClassName
{
color: #124B0A;
}
</style>
background-color css
<style>
a { background-color: #124B0A; }
a { background-color: rgb(18,75,10); }
div.DivClassName
{
background-color: #124B0A;
}
.BgClassName
{
background-color: #124B0A;
}
</style>
border-color css
<style>
span { border-color: #124B0A; }
span { border-color: rgb(18,75,10); }
td.TdClassName
{
border-color: #124B0A;
}
.TagClassName
{
border-color: #124B0A;
}
</style>