Shades of Myrtle #115005
Tints of Myrtle #115005
RGB
CMYK
RGB Variations
Color information
#115005 (or 0x115005) is known color: Myrtle. HEX triplet: 11, 50 and 05. RGB value is (17,80,5). Sum of RGB (Red+Green+Blue) = 17+80+5=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 80 (31.64% from 255 or 78.43% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 80 - color contains mainly: green. Hex color #115005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115005 is #EEAFFA. Grayscale: #343434. Windows color (decimal): -15642619 or 348177. OLE color: 348177.
HSL color Cylindrical-coordinate representation of color #115005: hue angle of 110.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #115005 is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 80 | 5 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.69 |
| HSL | 110.4º | 0.88% | 0.17% | - |
| HSV(B) | 110.4º | 0.94% | 0.31% | - |
| XYZ | 3.13 | 5.87 | 1.11 | - |
| YUV | 52.61 | 101.13 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 5 | 0.79 | 0 | 0.94 | 0.69 | 110.4 | 0.88 | 0.17 |
| Hex | 11 | 50 | 5 | 4F | 0 | 5E | 45 | 6E | 58 | 11 |
| Octal | 21 | 120 | 5 | 117 | 0 | 136 | 105 | 156 | 130 | 21 |
| Binary | 10001 | 1010000 | 101 | 1001111 | 0 | 1011110 | 1000101 | 1101110 | 1011000 | 10001 |
Color Harmonies of #115005
Complementary color
Monochromatic Colors of #115005
Black with #115005
Text Example
Text Example
White with #115005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115005; }
p { color: rgb(17,80,5); }
H1.HeaderClassName
{
color: #115005;
}
.AnyTagClassName
{
color: #115005;
}
</style>
background-color css
<style>
a { background-color: #115005; }
a { background-color: rgb(17,80,5); }
div.DivClassName
{
background-color: #115005;
}
.BgClassName
{
background-color: #115005;
}
</style>
border-color css
<style>
span { border-color: #115005; }
span { border-color: rgb(17,80,5); }
td.TdClassName
{
border-color: #115005;
}
.TagClassName
{
border-color: #115005;
}
</style>