Shades of Myrtle #125111
Tints of Myrtle #125111
RGB
CMYK
RGB Variations
Color information
#125111 (or 0x125111) is known color: Myrtle. HEX triplet: 12, 51 and 11. RGB value is (18,81,17). Sum of RGB (Red+Green+Blue) = 18+81+17=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 81 (32.03% from 255 or 69.83% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 81 - color contains mainly: green. Hex color #125111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125111 is #EDAEEE. Grayscale: #373737. Windows color (decimal): -15576815 or 1134866. OLE color: 1134866.
HSL color Cylindrical-coordinate representation of color #125111: hue angle of 119.06º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125111 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 81 | 17 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.68 |
| HSL | 119.06º | 0.65% | 0.19% | - |
| HSV(B) | 119.06º | 0.79% | 0.32% | - |
| XYZ | 3.29 | 6.05 | 1.53 | - |
| YUV | 54.87 | 106.63 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 17 | 0.78 | 0 | 0.79 | 0.68 | 119.06 | 0.65 | 0.19 |
| Hex | 12 | 51 | 11 | 4E | 0 | 4F | 44 | 77 | 41 | 13 |
| Octal | 22 | 121 | 21 | 116 | 0 | 117 | 104 | 167 | 101 | 23 |
| Binary | 10010 | 1010001 | 10001 | 1001110 | 0 | 1001111 | 1000100 | 1110111 | 1000001 | 10011 |
Color Harmonies of #125111
Complementary color
Monochromatic Colors of #125111
Black with #125111
Text Example
Text Example
White with #125111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125111; }
p { color: rgb(18,81,17); }
H1.HeaderClassName
{
color: #125111;
}
.AnyTagClassName
{
color: #125111;
}
</style>
background-color css
<style>
a { background-color: #125111; }
a { background-color: rgb(18,81,17); }
div.DivClassName
{
background-color: #125111;
}
.BgClassName
{
background-color: #125111;
}
</style>
border-color css
<style>
span { border-color: #125111; }
span { border-color: rgb(18,81,17); }
td.TdClassName
{
border-color: #125111;
}
.TagClassName
{
border-color: #125111;
}
</style>