Shades of Myrtle #114702
Tints of Myrtle #114702
RGB
CMYK
RGB Variations
Color information
#114702 (or 0x114702) is known color: Myrtle. HEX triplet: 11, 47 and 02. RGB value is (17,71,2). Sum of RGB (Red+Green+Blue) = 17+71+2=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 71 (28.12% from 255 or 78.89% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 71 - color contains mainly: green. Hex color #114702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114702 is #EEB8FD. Grayscale: #2F2F2F. Windows color (decimal): -15644926 or 149265. OLE color: 149265.
HSL color Cylindrical-coordinate representation of color #114702: hue angle of 106.96º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #114702 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 71 | 2 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.72 |
| HSL | 106.96º | 0.95% | 0.14% | - |
| HSV(B) | 106.96º | 0.97% | 0.28% | - |
| XYZ | 2.5 | 4.63 | 0.82 | - |
| YUV | 46.99 | 102.61 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 2 | 0.76 | 0 | 0.97 | 0.72 | 106.96 | 0.95 | 0.14 |
| Hex | 11 | 47 | 2 | 4C | 0 | 61 | 48 | 6B | 5F | E |
| Octal | 21 | 107 | 2 | 114 | 0 | 141 | 110 | 153 | 137 | 16 |
| Binary | 10001 | 1000111 | 10 | 1001100 | 0 | 1100001 | 1001000 | 1101011 | 1011111 | 1110 |
Color Harmonies of #114702
Complementary color
Monochromatic Colors of #114702
Black with #114702
Text Example
Text Example
White with #114702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114702; }
p { color: rgb(17,71,2); }
H1.HeaderClassName
{
color: #114702;
}
.AnyTagClassName
{
color: #114702;
}
</style>
background-color css
<style>
a { background-color: #114702; }
a { background-color: rgb(17,71,2); }
div.DivClassName
{
background-color: #114702;
}
.BgClassName
{
background-color: #114702;
}
</style>
border-color css
<style>
span { border-color: #114702; }
span { border-color: rgb(17,71,2); }
td.TdClassName
{
border-color: #114702;
}
.TagClassName
{
border-color: #114702;
}
</style>