Shades of Myrtle #125115
Tints of Myrtle #125115
RGB
CMYK
RGB Variations
Color information
#125115 (or 0x125115) is known color: Myrtle. HEX triplet: 12, 51 and 15. RGB value is (18,81,21). Sum of RGB (Red+Green+Blue) = 18+81+21=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 81 (32.03% from 255 or 67.5% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 81 - color contains mainly: green. Hex color #125115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125115 is #EDAEEA. Grayscale: #373737. Windows color (decimal): -15576811 or 1397010. OLE color: 1397010.
HSL color Cylindrical-coordinate representation of color #125115: hue angle of 122.86º 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 #125115 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 81 | 21 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.68 |
| HSL | 122.86º | 0.64% | 0.19% | - |
| HSV(B) | 122.86º | 0.78% | 0.32% | - |
| XYZ | 3.33 | 6.07 | 1.71 | - |
| YUV | 55.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 21 | 0.78 | 0 | 0.74 | 0.68 | 122.86 | 0.64 | 0.19 |
| Hex | 12 | 51 | 15 | 4E | 0 | 4A | 44 | 7B | 40 | 13 |
| Octal | 22 | 121 | 25 | 116 | 0 | 112 | 104 | 173 | 100 | 23 |
| Binary | 10010 | 1010001 | 10101 | 1001110 | 0 | 1001010 | 1000100 | 1111011 | 1000000 | 10011 |
Color Harmonies of #125115
Complementary color
Monochromatic Colors of #125115
Black with #125115
Text Example
Text Example
White with #125115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125115; }
p { color: rgb(18,81,21); }
H1.HeaderClassName
{
color: #125115;
}
.AnyTagClassName
{
color: #125115;
}
</style>
background-color css
<style>
a { background-color: #125115; }
a { background-color: rgb(18,81,21); }
div.DivClassName
{
background-color: #125115;
}
.BgClassName
{
background-color: #125115;
}
</style>
border-color css
<style>
span { border-color: #125115; }
span { border-color: rgb(18,81,21); }
td.TdClassName
{
border-color: #125115;
}
.TagClassName
{
border-color: #125115;
}
</style>