Shades of Myrtle #114705
Tints of Myrtle #114705
RGB
CMYK
RGB Variations
Color information
#114705 (or 0x114705) is known color: Myrtle. HEX triplet: 11, 47 and 05. RGB value is (17,71,5). Sum of RGB (Red+Green+Blue) = 17+71+5=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 71 (28.12% from 255 or 76.34% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 71 - color contains mainly: green. Hex color #114705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114705 is #EEB8FA. Grayscale: #2F2F2F. Windows color (decimal): -15644923 or 345873. OLE color: 345873.
HSL color Cylindrical-coordinate representation of color #114705: hue angle of 109.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114705 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 5 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.72 |
| HSL | 109.09º | 0.87% | 0.15% | - |
| HSV(B) | 109.09º | 0.93% | 0.28% | - |
| XYZ | 2.51 | 4.64 | 0.91 | - |
| YUV | 47.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 5 | 0.76 | 0 | 0.93 | 0.72 | 109.09 | 0.87 | 0.15 |
| Hex | 11 | 47 | 5 | 4C | 0 | 5D | 48 | 6D | 57 | F |
| Octal | 21 | 107 | 5 | 114 | 0 | 135 | 110 | 155 | 127 | 17 |
| Binary | 10001 | 1000111 | 101 | 1001100 | 0 | 1011101 | 1001000 | 1101101 | 1010111 | 1111 |
Color Harmonies of #114705
Complementary color
Monochromatic Colors of #114705
Black with #114705
Text Example
Text Example
White with #114705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114705; }
p { color: rgb(17,71,5); }
H1.HeaderClassName
{
color: #114705;
}
.AnyTagClassName
{
color: #114705;
}
</style>
background-color css
<style>
a { background-color: #114705; }
a { background-color: rgb(17,71,5); }
div.DivClassName
{
background-color: #114705;
}
.BgClassName
{
background-color: #114705;
}
</style>
border-color css
<style>
span { border-color: #114705; }
span { border-color: rgb(17,71,5); }
td.TdClassName
{
border-color: #114705;
}
.TagClassName
{
border-color: #114705;
}
</style>