Shades of Myrtle #125116
Tints of Myrtle #125116
RGB
CMYK
RGB Variations
Color information
#125116 (or 0x125116) is known color: Myrtle. HEX triplet: 12, 51 and 16. RGB value is (18,81,22). Sum of RGB (Red+Green+Blue) = 18+81+22=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 81 (32.03% from 255 or 66.94% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 81 - color contains mainly: green. Hex color #125116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125116 is #EDAEE9. Grayscale: #373737. Windows color (decimal): -15576810 or 1462546. OLE color: 1462546.
HSL color Cylindrical-coordinate representation of color #125116: hue angle of 123.81º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125116 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 81 | 22 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.68 |
| HSL | 123.81º | 0.64% | 0.19% | - |
| HSV(B) | 123.81º | 0.78% | 0.32% | - |
| XYZ | 3.34 | 6.07 | 1.76 | - |
| YUV | 55.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 22 | 0.78 | 0 | 0.73 | 0.68 | 123.81 | 0.64 | 0.19 |
| Hex | 12 | 51 | 16 | 4E | 0 | 49 | 44 | 7C | 40 | 13 |
| Octal | 22 | 121 | 26 | 116 | 0 | 111 | 104 | 174 | 100 | 23 |
| Binary | 10010 | 1010001 | 10110 | 1001110 | 0 | 1001001 | 1000100 | 1111100 | 1000000 | 10011 |
Color Harmonies of #125116
Complementary color
Monochromatic Colors of #125116
Black with #125116
Text Example
Text Example
White with #125116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125116; }
p { color: rgb(18,81,22); }
H1.HeaderClassName
{
color: #125116;
}
.AnyTagClassName
{
color: #125116;
}
</style>
background-color css
<style>
a { background-color: #125116; }
a { background-color: rgb(18,81,22); }
div.DivClassName
{
background-color: #125116;
}
.BgClassName
{
background-color: #125116;
}
</style>
border-color css
<style>
span { border-color: #125116; }
span { border-color: rgb(18,81,22); }
td.TdClassName
{
border-color: #125116;
}
.TagClassName
{
border-color: #125116;
}
</style>