Shades of Myrtle #114612
Tints of Myrtle #114612
RGB
CMYK
RGB Variations
Color information
#114612 (or 0x114612) is known color: Myrtle. HEX triplet: 11, 46 and 12. RGB value is (17,70,18). Sum of RGB (Red+Green+Blue) = 17+70+18=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 70 (27.73% from 255 or 66.67% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 70 - color contains mainly: green. Hex color #114612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114612 is #EEB9ED. Grayscale: #303030. Windows color (decimal): -15645166 or 1197585. OLE color: 1197585.
HSL color Cylindrical-coordinate representation of color #114612: hue angle of 121.13º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114612 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 70 | 18 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.73 |
| HSL | 121.13º | 0.61% | 0.17% | - |
| HSV(B) | 121.13º | 0.76% | 0.27% | - |
| XYZ | 2.53 | 4.54 | 1.32 | - |
| YUV | 48.23 | 110.94 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 18 | 0.76 | 0 | 0.74 | 0.73 | 121.13 | 0.61 | 0.17 |
| Hex | 11 | 46 | 12 | 4C | 0 | 4A | 49 | 79 | 3D | 11 |
| Octal | 21 | 106 | 22 | 114 | 0 | 112 | 111 | 171 | 75 | 21 |
| Binary | 10001 | 1000110 | 10010 | 1001100 | 0 | 1001010 | 1001001 | 1111001 | 111101 | 10001 |
Color Harmonies of #114612
Complementary color
Monochromatic Colors of #114612
Black with #114612
Text Example
Text Example
White with #114612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114612; }
p { color: rgb(17,70,18); }
H1.HeaderClassName
{
color: #114612;
}
.AnyTagClassName
{
color: #114612;
}
</style>
background-color css
<style>
a { background-color: #114612; }
a { background-color: rgb(17,70,18); }
div.DivClassName
{
background-color: #114612;
}
.BgClassName
{
background-color: #114612;
}
</style>
border-color css
<style>
span { border-color: #114612; }
span { border-color: rgb(17,70,18); }
td.TdClassName
{
border-color: #114612;
}
.TagClassName
{
border-color: #114612;
}
</style>