Shades of Myrtle #125A11
Tints of Myrtle #125A11
RGB
CMYK
RGB Variations
Color information
#125A11 (or 0x125A11) is known color: Myrtle. HEX triplet: 12, 5A and 11. RGB value is (18,90,17). Sum of RGB (Red+Green+Blue) = 18+90+17=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 90 (35.55% from 255 or 72% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 90 - color contains mainly: green. Hex color #125A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125A11 is #EDA5EE. Grayscale: #3C3C3C. Windows color (decimal): -15574511 or 1137170. OLE color: 1137170.
HSL color Cylindrical-coordinate representation of color #125A11: hue angle of 119.18º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125A11 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 90 | 17 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.65 |
| HSL | 119.18º | 0.68% | 0.21% | - |
| HSV(B) | 119.18º | 0.81% | 0.35% | - |
| XYZ | 4.01 | 7.48 | 1.76 | - |
| YUV | 60.15 | 103.65 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 17 | 0.80 | 0 | 0.81 | 0.65 | 119.18 | 0.68 | 0.21 |
| Hex | 12 | 5A | 11 | 50 | 0 | 51 | 41 | 77 | 44 | 15 |
| Octal | 22 | 132 | 21 | 120 | 0 | 121 | 101 | 167 | 104 | 25 |
| Binary | 10010 | 1011010 | 10001 | 1010000 | 0 | 1010001 | 1000001 | 1110111 | 1000100 | 10101 |
Color Harmonies of #125A11
Complementary color
Monochromatic Colors of #125A11
Black with #125A11
Text Example
Text Example
White with #125A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A11; }
p { color: rgb(18,90,17); }
H1.HeaderClassName
{
color: #125A11;
}
.AnyTagClassName
{
color: #125A11;
}
</style>
background-color css
<style>
a { background-color: #125A11; }
a { background-color: rgb(18,90,17); }
div.DivClassName
{
background-color: #125A11;
}
.BgClassName
{
background-color: #125A11;
}
</style>
border-color css
<style>
span { border-color: #125A11; }
span { border-color: rgb(18,90,17); }
td.TdClassName
{
border-color: #125A11;
}
.TagClassName
{
border-color: #125A11;
}
</style>