Shades of Myrtle #115A16
Tints of Myrtle #115A16
RGB
CMYK
RGB Variations
Color information
#115A16 (or 0x115A16) is known color: Myrtle. HEX triplet: 11, 5A and 16. RGB value is (17,90,22). Sum of RGB (Red+Green+Blue) = 17+90+22=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 90 (35.55% from 255 or 69.77% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 90 - color contains mainly: green. Hex color #115A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115A16 is #EEA5E9. Grayscale: #3C3C3C. Windows color (decimal): -15640042 or 1464849. OLE color: 1464849.
HSL color Cylindrical-coordinate representation of color #115A16: hue angle of 124.11º 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 #115A16 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 90 | 22 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.65 |
| HSL | 124.11º | 0.68% | 0.21% | - |
| HSV(B) | 124.11º | 0.81% | 0.35% | - |
| XYZ | 4.03 | 7.49 | 1.99 | - |
| YUV | 60.42 | 106.32 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 22 | 0.81 | 0 | 0.76 | 0.65 | 124.11 | 0.68 | 0.21 |
| Hex | 11 | 5A | 16 | 51 | 0 | 4C | 41 | 7C | 44 | 15 |
| Octal | 21 | 132 | 26 | 121 | 0 | 114 | 101 | 174 | 104 | 25 |
| Binary | 10001 | 1011010 | 10110 | 1010001 | 0 | 1001100 | 1000001 | 1111100 | 1000100 | 10101 |
Color Harmonies of #115A16
Complementary color
Monochromatic Colors of #115A16
Black with #115A16
Text Example
Text Example
White with #115A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A16; }
p { color: rgb(17,90,22); }
H1.HeaderClassName
{
color: #115A16;
}
.AnyTagClassName
{
color: #115A16;
}
</style>
background-color css
<style>
a { background-color: #115A16; }
a { background-color: rgb(17,90,22); }
div.DivClassName
{
background-color: #115A16;
}
.BgClassName
{
background-color: #115A16;
}
</style>
border-color css
<style>
span { border-color: #115A16; }
span { border-color: rgb(17,90,22); }
td.TdClassName
{
border-color: #115A16;
}
.TagClassName
{
border-color: #115A16;
}
</style>