Shades of Myrtle #114407
Tints of Myrtle #114407
RGB
CMYK
RGB Variations
Color information
#114407 (or 0x114407) is known color: Myrtle. HEX triplet: 11, 44 and 07. RGB value is (17,68,7). Sum of RGB (Red+Green+Blue) = 17+68+7=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 68 (26.95% from 255 or 73.91% from 92); Blue value is 7 (3.12% from 255 or 7.61% from 92); Max value from RGB is 68 - color contains mainly: green. Hex color #114407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114407 is #EEBBF8. Grayscale: #2D2D2D. Windows color (decimal): -15645689 or 476177. OLE color: 476177.
HSL color Cylindrical-coordinate representation of color #114407: hue angle of 110.16º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114407 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 68 | 7 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.73 |
| HSL | 110.16º | 0.81% | 0.15% | - |
| HSV(B) | 110.16º | 0.9% | 0.27% | - |
| XYZ | 2.34 | 4.27 | 0.9 | - |
| YUV | 45.8 | 106.1 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 7 | 0.75 | 0 | 0.90 | 0.73 | 110.16 | 0.81 | 0.15 |
| Hex | 11 | 44 | 7 | 4B | 0 | 5A | 49 | 6E | 51 | F |
| Octal | 21 | 104 | 7 | 113 | 0 | 132 | 111 | 156 | 121 | 17 |
| Binary | 10001 | 1000100 | 111 | 1001011 | 0 | 1011010 | 1001001 | 1101110 | 1010001 | 1111 |
Color Harmonies of #114407
Complementary color
Monochromatic Colors of #114407
Black with #114407
Text Example
Text Example
White with #114407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114407; }
p { color: rgb(17,68,7); }
H1.HeaderClassName
{
color: #114407;
}
.AnyTagClassName
{
color: #114407;
}
</style>
background-color css
<style>
a { background-color: #114407; }
a { background-color: rgb(17,68,7); }
div.DivClassName
{
background-color: #114407;
}
.BgClassName
{
background-color: #114407;
}
</style>
border-color css
<style>
span { border-color: #114407; }
span { border-color: rgb(17,68,7); }
td.TdClassName
{
border-color: #114407;
}
.TagClassName
{
border-color: #114407;
}
</style>