Shades of Myrtle #124B05
Tints of Myrtle #124B05
RGB
CMYK
RGB Variations
Color information
#124B05 (or 0x124B05) is known color: Myrtle. HEX triplet: 12, 4B and 05. RGB value is (18,75,5). Sum of RGB (Red+Green+Blue) = 18+75+5=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 75 (29.69% from 255 or 76.53% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 75 - color contains mainly: green. Hex color #124B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124B05 is #EDB4FA. Grayscale: #323232. Windows color (decimal): -15578363 or 346898. OLE color: 346898.
HSL color Cylindrical-coordinate representation of color #124B05: hue angle of 108.86º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124B05 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 75 | 5 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.71 |
| HSL | 108.86º | 0.88% | 0.16% | - |
| HSV(B) | 108.86º | 0.93% | 0.29% | - |
| XYZ | 2.79 | 5.17 | 0.99 | - |
| YUV | 49.98 | 102.62 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 5 | 0.76 | 0 | 0.93 | 0.71 | 108.86 | 0.88 | 0.16 |
| Hex | 12 | 4B | 5 | 4C | 0 | 5D | 47 | 6D | 58 | 10 |
| Octal | 22 | 113 | 5 | 114 | 0 | 135 | 107 | 155 | 130 | 20 |
| Binary | 10010 | 1001011 | 101 | 1001100 | 0 | 1011101 | 1000111 | 1101101 | 1011000 | 10000 |
Color Harmonies of #124B05
Complementary color
Monochromatic Colors of #124B05
Black with #124B05
Text Example
Text Example
White with #124B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B05; }
p { color: rgb(18,75,5); }
H1.HeaderClassName
{
color: #124B05;
}
.AnyTagClassName
{
color: #124B05;
}
</style>
background-color css
<style>
a { background-color: #124B05; }
a { background-color: rgb(18,75,5); }
div.DivClassName
{
background-color: #124B05;
}
.BgClassName
{
background-color: #124B05;
}
</style>
border-color css
<style>
span { border-color: #124B05; }
span { border-color: rgb(18,75,5); }
td.TdClassName
{
border-color: #124B05;
}
.TagClassName
{
border-color: #124B05;
}
</style>