Shades of Myrtle #114B10
Tints of Myrtle #114B10
RGB
CMYK
RGB Variations
Color information
#114B10 (or 0x114B10) is known color: Myrtle. HEX triplet: 11, 4B and 10. RGB value is (17,75,16). Sum of RGB (Red+Green+Blue) = 17+75+16=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 75 (29.69% from 255 or 69.44% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 75 - color contains mainly: green. Hex color #114B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114B10 is #EEB4EF. Grayscale: #333333. Windows color (decimal): -15643888 or 1067793. OLE color: 1067793.
HSL color Cylindrical-coordinate representation of color #114B10: hue angle of 118.98º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #114B10 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 75 | 16 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.71 |
| HSL | 118.98º | 0.65% | 0.18% | - |
| HSV(B) | 118.98º | 0.79% | 0.29% | - |
| XYZ | 2.84 | 5.19 | 1.34 | - |
| YUV | 50.93 | 108.28 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 16 | 0.77 | 0 | 0.79 | 0.71 | 118.98 | 0.65 | 0.18 |
| Hex | 11 | 4B | 10 | 4D | 0 | 4F | 47 | 77 | 41 | 12 |
| Octal | 21 | 113 | 20 | 115 | 0 | 117 | 107 | 167 | 101 | 22 |
| Binary | 10001 | 1001011 | 10000 | 1001101 | 0 | 1001111 | 1000111 | 1110111 | 1000001 | 10010 |
Color Harmonies of #114B10
Complementary color
Monochromatic Colors of #114B10
Black with #114B10
Text Example
Text Example
White with #114B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B10; }
p { color: rgb(17,75,16); }
H1.HeaderClassName
{
color: #114B10;
}
.AnyTagClassName
{
color: #114B10;
}
</style>
background-color css
<style>
a { background-color: #114B10; }
a { background-color: rgb(17,75,16); }
div.DivClassName
{
background-color: #114B10;
}
.BgClassName
{
background-color: #114B10;
}
</style>
border-color css
<style>
span { border-color: #114B10; }
span { border-color: rgb(17,75,16); }
td.TdClassName
{
border-color: #114B10;
}
.TagClassName
{
border-color: #114B10;
}
</style>