Shades of Myrtle #114F0F
Tints of Myrtle #114F0F
RGB
CMYK
RGB Variations
Color information
#114F0F (or 0x114F0F) is known color: Myrtle. HEX triplet: 11, 4F and 0F. RGB value is (17,79,15). Sum of RGB (Red+Green+Blue) = 17+79+15=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 79 (31.25% from 255 or 71.17% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 79 - color contains mainly: green. Hex color #114F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #114F0F is #EEB0F0. Grayscale: #353535. Windows color (decimal): -15642865 or 1003281. OLE color: 1003281.
HSL color Cylindrical-coordinate representation of color #114F0F: hue angle of 118.12º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #114F0F is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 79 | 15 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.69 |
| HSL | 118.13º | 0.68% | 0.18% | - |
| HSV(B) | 118.13º | 0.81% | 0.31% | - |
| XYZ | 3.11 | 5.75 | 1.4 | - |
| YUV | 53.17 | 106.46 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 15 | 0.78 | 0 | 0.81 | 0.69 | 118.13 | 0.68 | 0.18 |
| Hex | 11 | 4F | F | 4E | 0 | 51 | 45 | 76 | 44 | 12 |
| Octal | 21 | 117 | 17 | 116 | 0 | 121 | 105 | 166 | 104 | 22 |
| Binary | 10001 | 1001111 | 1111 | 1001110 | 0 | 1010001 | 1000101 | 1110110 | 1000100 | 10010 |
Color Harmonies of #114F0F
Complementary color
Monochromatic Colors of #114F0F
Black with #114F0F
Text Example
Text Example
White with #114F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114F0F; }
p { color: rgb(17,79,15); }
H1.HeaderClassName
{
color: #114F0F;
}
.AnyTagClassName
{
color: #114F0F;
}
</style>
background-color css
<style>
a { background-color: #114F0F; }
a { background-color: rgb(17,79,15); }
div.DivClassName
{
background-color: #114F0F;
}
.BgClassName
{
background-color: #114F0F;
}
</style>
border-color css
<style>
span { border-color: #114F0F; }
span { border-color: rgb(17,79,15); }
td.TdClassName
{
border-color: #114F0F;
}
.TagClassName
{
border-color: #114F0F;
}
</style>