Shades of Myrtle #125119
Tints of Myrtle #125119
RGB
CMYK
RGB Variations
Color information
#125119 (or 0x125119) is known color: Myrtle. HEX triplet: 12, 51 and 19. RGB value is (18,81,25). Sum of RGB (Red+Green+Blue) = 18+81+25=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 81 (32.03% from 255 or 65.32% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 81 - color contains mainly: green. Hex color #125119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125119 is #EDAEE6. Grayscale: #373737. Windows color (decimal): -15576807 or 1659154. OLE color: 1659154.
HSL color Cylindrical-coordinate representation of color #125119: hue angle of 126.67º 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 #125119 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 81 | 25 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.68 |
| HSL | 126.67º | 0.64% | 0.19% | - |
| HSV(B) | 126.67º | 0.78% | 0.32% | - |
| XYZ | 3.37 | 6.08 | 1.92 | - |
| YUV | 55.78 | 110.63 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 25 | 0.78 | 0 | 0.69 | 0.68 | 126.67 | 0.64 | 0.19 |
| Hex | 12 | 51 | 19 | 4E | 0 | 45 | 44 | 7F | 40 | 13 |
| Octal | 22 | 121 | 31 | 116 | 0 | 105 | 104 | 177 | 100 | 23 |
| Binary | 10010 | 1010001 | 11001 | 1001110 | 0 | 1000101 | 1000100 | 1111111 | 1000000 | 10011 |
Color Harmonies of #125119
Complementary color
Monochromatic Colors of #125119
Black with #125119
Text Example
Text Example
White with #125119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125119; }
p { color: rgb(18,81,25); }
H1.HeaderClassName
{
color: #125119;
}
.AnyTagClassName
{
color: #125119;
}
</style>
background-color css
<style>
a { background-color: #125119; }
a { background-color: rgb(18,81,25); }
div.DivClassName
{
background-color: #125119;
}
.BgClassName
{
background-color: #125119;
}
</style>
border-color css
<style>
span { border-color: #125119; }
span { border-color: rgb(18,81,25); }
td.TdClassName
{
border-color: #125119;
}
.TagClassName
{
border-color: #125119;
}
</style>