Shades of Myrtle #114711
Tints of Myrtle #114711
RGB
CMYK
RGB Variations
Color information
#114711 (or 0x114711) is known color: Myrtle. HEX triplet: 11, 47 and 11. RGB value is (17,71,17). Sum of RGB (Red+Green+Blue) = 17+71+17=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 71 (28.12% from 255 or 67.62% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 71 - color contains mainly: green. Hex color #114711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114711 is #EEB8EE. Grayscale: #303030. Windows color (decimal): -15644911 or 1132305. OLE color: 1132305.
HSL color Cylindrical-coordinate representation of color #114711: hue angle of 120º 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 #114711 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 17 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.72 |
| HSL | 120º | 0.61% | 0.17% | - |
| HSV(B) | 120º | 0.76% | 0.28% | - |
| XYZ | 2.59 | 4.67 | 1.29 | - |
| YUV | 48.7 | 110.11 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 17 | 0.76 | 0 | 0.76 | 0.72 | 120 | 0.61 | 0.17 |
| Hex | 11 | 47 | 11 | 4C | 0 | 4C | 48 | 78 | 3D | 11 |
| Octal | 21 | 107 | 21 | 114 | 0 | 114 | 110 | 170 | 75 | 21 |
| Binary | 10001 | 1000111 | 10001 | 1001100 | 0 | 1001100 | 1001000 | 1111000 | 111101 | 10001 |
Color Harmonies of #114711
Complementary color
Monochromatic Colors of #114711
Black with #114711
Text Example
Text Example
White with #114711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114711; }
p { color: rgb(17,71,17); }
H1.HeaderClassName
{
color: #114711;
}
.AnyTagClassName
{
color: #114711;
}
</style>
background-color css
<style>
a { background-color: #114711; }
a { background-color: rgb(17,71,17); }
div.DivClassName
{
background-color: #114711;
}
.BgClassName
{
background-color: #114711;
}
</style>
border-color css
<style>
span { border-color: #114711; }
span { border-color: rgb(17,71,17); }
td.TdClassName
{
border-color: #114711;
}
.TagClassName
{
border-color: #114711;
}
</style>