Shades of Myrtle #125D15
Tints of Myrtle #125D15
RGB
CMYK
RGB Variations
Color information
#125D15 (or 0x125D15) is known color: Myrtle. HEX triplet: 12, 5D and 15. RGB value is (18,93,21). Sum of RGB (Red+Green+Blue) = 18+93+21=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 93 (36.72% from 255 or 70.45% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 93 - color contains mainly: green. Hex color #125D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125D15 is #EDA2EA. Grayscale: #3E3E3E. Windows color (decimal): -15573739 or 1400082. OLE color: 1400082.
HSL color Cylindrical-coordinate representation of color #125D15: hue angle of 122.4º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125D15 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 93 | 21 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.64 |
| HSL | 122.4º | 0.68% | 0.22% | - |
| HSV(B) | 122.4º | 0.81% | 0.36% | - |
| XYZ | 4.3 | 8.01 | 2.03 | - |
| YUV | 62.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 21 | 0.81 | 0 | 0.77 | 0.64 | 122.4 | 0.68 | 0.22 |
| Hex | 12 | 5D | 15 | 51 | 0 | 4D | 40 | 7A | 44 | 16 |
| Octal | 22 | 135 | 25 | 121 | 0 | 115 | 100 | 172 | 104 | 26 |
| Binary | 10010 | 1011101 | 10101 | 1010001 | 0 | 1001101 | 1000000 | 1111010 | 1000100 | 10110 |
Color Harmonies of #125D15
Complementary color
Monochromatic Colors of #125D15
Black with #125D15
Text Example
Text Example
White with #125D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125D15; }
p { color: rgb(18,93,21); }
H1.HeaderClassName
{
color: #125D15;
}
.AnyTagClassName
{
color: #125D15;
}
</style>
background-color css
<style>
a { background-color: #125D15; }
a { background-color: rgb(18,93,21); }
div.DivClassName
{
background-color: #125D15;
}
.BgClassName
{
background-color: #125D15;
}
</style>
border-color css
<style>
span { border-color: #125D15; }
span { border-color: rgb(18,93,21); }
td.TdClassName
{
border-color: #125D15;
}
.TagClassName
{
border-color: #125D15;
}
</style>