Shades of Myrtle #115514
Tints of Myrtle #115514
RGB
CMYK
RGB Variations
Color information
#115514 (or 0x115514) is known color: Myrtle. HEX triplet: 11, 55 and 14. RGB value is (17,85,20). Sum of RGB (Red+Green+Blue) = 17+85+20=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 85 (33.59% from 255 or 69.67% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 85 - color contains mainly: green. Hex color #115514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #115514 is #EEAAEB. Grayscale: #393939. Windows color (decimal): -15641324 or 1332497. OLE color: 1332497.
HSL color Cylindrical-coordinate representation of color #115514: hue angle of 122.65º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115514 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 85 | 20 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.67 |
| HSL | 122.65º | 0.67% | 0.2% | - |
| HSV(B) | 122.65º | 0.8% | 0.33% | - |
| XYZ | 3.61 | 6.67 | 1.76 | - |
| YUV | 57.26 | 106.97 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 20 | 0.80 | 0 | 0.76 | 0.67 | 122.65 | 0.67 | 0.2 |
| Hex | 11 | 55 | 14 | 50 | 0 | 4C | 43 | 7B | 43 | 14 |
| Octal | 21 | 125 | 24 | 120 | 0 | 114 | 103 | 173 | 103 | 24 |
| Binary | 10001 | 1010101 | 10100 | 1010000 | 0 | 1001100 | 1000011 | 1111011 | 1000011 | 10100 |
Color Harmonies of #115514
Complementary color
Monochromatic Colors of #115514
Black with #115514
Text Example
Text Example
White with #115514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115514; }
p { color: rgb(17,85,20); }
H1.HeaderClassName
{
color: #115514;
}
.AnyTagClassName
{
color: #115514;
}
</style>
background-color css
<style>
a { background-color: #115514; }
a { background-color: rgb(17,85,20); }
div.DivClassName
{
background-color: #115514;
}
.BgClassName
{
background-color: #115514;
}
</style>
border-color css
<style>
span { border-color: #115514; }
span { border-color: rgb(17,85,20); }
td.TdClassName
{
border-color: #115514;
}
.TagClassName
{
border-color: #115514;
}
</style>