Shades of Myrtle #114706
Tints of Myrtle #114706
RGB
CMYK
RGB Variations
Color information
#114706 (or 0x114706) is known color: Myrtle. HEX triplet: 11, 47 and 06. RGB value is (17,71,6). Sum of RGB (Red+Green+Blue) = 17+71+6=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 71 (28.12% from 255 or 75.53% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 71 - color contains mainly: green. Hex color #114706 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114706 is #EEB8F9. Grayscale: #2F2F2F. Windows color (decimal): -15644922 or 411409. OLE color: 411409.
HSL color Cylindrical-coordinate representation of color #114706: hue angle of 109.85º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114706 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 6 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.72 |
| HSL | 109.85º | 0.84% | 0.15% | - |
| HSV(B) | 109.85º | 0.92% | 0.28% | - |
| XYZ | 2.52 | 4.64 | 0.93 | - |
| YUV | 47.44 | 104.61 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 6 | 0.76 | 0 | 0.92 | 0.72 | 109.85 | 0.84 | 0.15 |
| Hex | 11 | 47 | 6 | 4C | 0 | 5C | 48 | 6E | 54 | F |
| Octal | 21 | 107 | 6 | 114 | 0 | 134 | 110 | 156 | 124 | 17 |
| Binary | 10001 | 1000111 | 110 | 1001100 | 0 | 1011100 | 1001000 | 1101110 | 1010100 | 1111 |
Color Harmonies of #114706
Complementary color
Monochromatic Colors of #114706
Black with #114706
Text Example
Text Example
White with #114706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114706; }
p { color: rgb(17,71,6); }
H1.HeaderClassName
{
color: #114706;
}
.AnyTagClassName
{
color: #114706;
}
</style>
background-color css
<style>
a { background-color: #114706; }
a { background-color: rgb(17,71,6); }
div.DivClassName
{
background-color: #114706;
}
.BgClassName
{
background-color: #114706;
}
</style>
border-color css
<style>
span { border-color: #114706; }
span { border-color: rgb(17,71,6); }
td.TdClassName
{
border-color: #114706;
}
.TagClassName
{
border-color: #114706;
}
</style>