Shades of Myrtle #114A06
Tints of Myrtle #114A06
RGB
CMYK
RGB Variations
Color information
#114A06 (or 0x114A06) is known color: Myrtle. HEX triplet: 11, 4A and 06. RGB value is (17,74,6). Sum of RGB (Red+Green+Blue) = 17+74+6=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 74 (29.30% from 255 or 76.29% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 74 - color contains mainly: green. Hex color #114A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114A06 is #EEB5F9. Grayscale: #313131. Windows color (decimal): -15644154 or 412177. OLE color: 412177.
HSL color Cylindrical-coordinate representation of color #114A06: hue angle of 110.29º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114A06 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 74 | 6 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.71 |
| HSL | 110.29º | 0.85% | 0.16% | - |
| HSV(B) | 110.29º | 0.92% | 0.29% | - |
| XYZ | 2.71 | 5.03 | 1 | - |
| YUV | 49.21 | 103.62 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 6 | 0.77 | 0 | 0.92 | 0.71 | 110.29 | 0.85 | 0.16 |
| Hex | 11 | 4A | 6 | 4D | 0 | 5C | 47 | 6E | 55 | 10 |
| Octal | 21 | 112 | 6 | 115 | 0 | 134 | 107 | 156 | 125 | 20 |
| Binary | 10001 | 1001010 | 110 | 1001101 | 0 | 1011100 | 1000111 | 1101110 | 1010101 | 10000 |
Color Harmonies of #114A06
Complementary color
Monochromatic Colors of #114A06
Black with #114A06
Text Example
Text Example
White with #114A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A06; }
p { color: rgb(17,74,6); }
H1.HeaderClassName
{
color: #114A06;
}
.AnyTagClassName
{
color: #114A06;
}
</style>
background-color css
<style>
a { background-color: #114A06; }
a { background-color: rgb(17,74,6); }
div.DivClassName
{
background-color: #114A06;
}
.BgClassName
{
background-color: #114A06;
}
</style>
border-color css
<style>
span { border-color: #114A06; }
span { border-color: rgb(17,74,6); }
td.TdClassName
{
border-color: #114A06;
}
.TagClassName
{
border-color: #114A06;
}
</style>