Shades of Myrtle #125A16
Tints of Myrtle #125A16
RGB
CMYK
RGB Variations
Color information
#125A16 (or 0x125A16) is known color: Myrtle. HEX triplet: 12, 5A and 16. RGB value is (18,90,22). Sum of RGB (Red+Green+Blue) = 18+90+22=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 90 (35.55% from 255 or 69.23% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 90 - color contains mainly: green. Hex color #125A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125A16 is #EDA5E9. Grayscale: #3C3C3C. Windows color (decimal): -15574506 or 1464850. OLE color: 1464850.
HSL color Cylindrical-coordinate representation of color #125A16: hue angle of 123.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125A16 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 90 | 22 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.65 |
| HSL | 123.33º | 0.67% | 0.21% | - |
| HSV(B) | 123.33º | 0.8% | 0.35% | - |
| XYZ | 4.05 | 7.5 | 1.99 | - |
| YUV | 60.72 | 106.15 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 22 | 0.80 | 0 | 0.76 | 0.65 | 123.33 | 0.67 | 0.21 |
| Hex | 12 | 5A | 16 | 50 | 0 | 4C | 41 | 7B | 43 | 15 |
| Octal | 22 | 132 | 26 | 120 | 0 | 114 | 101 | 173 | 103 | 25 |
| Binary | 10010 | 1011010 | 10110 | 1010000 | 0 | 1001100 | 1000001 | 1111011 | 1000011 | 10101 |
Color Harmonies of #125A16
Complementary color
Monochromatic Colors of #125A16
Black with #125A16
Text Example
Text Example
White with #125A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A16; }
p { color: rgb(18,90,22); }
H1.HeaderClassName
{
color: #125A16;
}
.AnyTagClassName
{
color: #125A16;
}
</style>
background-color css
<style>
a { background-color: #125A16; }
a { background-color: rgb(18,90,22); }
div.DivClassName
{
background-color: #125A16;
}
.BgClassName
{
background-color: #125A16;
}
</style>
border-color css
<style>
span { border-color: #125A16; }
span { border-color: rgb(18,90,22); }
td.TdClassName
{
border-color: #125A16;
}
.TagClassName
{
border-color: #125A16;
}
</style>