Shades of Myrtle #114715
Tints of Myrtle #114715
RGB
CMYK
RGB Variations
Color information
#114715 (or 0x114715) is known color: Myrtle. HEX triplet: 11, 47 and 15. RGB value is (17,71,21). Sum of RGB (Red+Green+Blue) = 17+71+21=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 71 (28.12% from 255 or 65.14% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 71 - color contains mainly: green. Hex color #114715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114715 is #EEB8EA. Grayscale: #313131. Windows color (decimal): -15644907 or 1394449. OLE color: 1394449.
HSL color Cylindrical-coordinate representation of color #114715: hue angle of 124.44º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114715 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 21 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.72 |
| HSL | 124.44º | 0.61% | 0.17% | - |
| HSV(B) | 124.44º | 0.76% | 0.28% | - |
| XYZ | 2.62 | 4.68 | 1.47 | - |
| YUV | 49.15 | 112.11 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 21 | 0.76 | 0 | 0.70 | 0.72 | 124.44 | 0.61 | 0.17 |
| Hex | 11 | 47 | 15 | 4C | 0 | 46 | 48 | 7C | 3D | 11 |
| Octal | 21 | 107 | 25 | 114 | 0 | 106 | 110 | 174 | 75 | 21 |
| Binary | 10001 | 1000111 | 10101 | 1001100 | 0 | 1000110 | 1001000 | 1111100 | 111101 | 10001 |
Color Harmonies of #114715
Complementary color
Monochromatic Colors of #114715
Black with #114715
Text Example
Text Example
White with #114715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114715; }
p { color: rgb(17,71,21); }
H1.HeaderClassName
{
color: #114715;
}
.AnyTagClassName
{
color: #114715;
}
</style>
background-color css
<style>
a { background-color: #114715; }
a { background-color: rgb(17,71,21); }
div.DivClassName
{
background-color: #114715;
}
.BgClassName
{
background-color: #114715;
}
</style>
border-color css
<style>
span { border-color: #114715; }
span { border-color: rgb(17,71,21); }
td.TdClassName
{
border-color: #114715;
}
.TagClassName
{
border-color: #114715;
}
</style>