Shades of Myrtle #094110
Tints of Myrtle #094110
RGB
CMYK
RGB Variations
Color information
#094110 (or 0x094110) is known color: Myrtle. HEX triplet: 09, 41 and 10. RGB value is (9,65,16). Sum of RGB (Red+Green+Blue) = 9+65+16=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 65 (25.78% from 255 or 72.22% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 65 - color contains mainly: green. Hex color #094110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094110 is #F6BEEF. Grayscale: #2A2A2A. Windows color (decimal): -16170736 or 1065225. OLE color: 1065225.
HSL color Cylindrical-coordinate representation of color #094110: hue angle of 127.5º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094110 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 65 | 16 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.75 |
| HSL | 127.5º | 0.76% | 0.15% | - |
| HSV(B) | 127.5º | 0.86% | 0.25% | - |
| XYZ | 2.1 | 3.88 | 1.13 | - |
| YUV | 42.67 | 112.95 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 16 | 0.86 | 0 | 0.75 | 0.75 | 127.5 | 0.76 | 0.15 |
| Hex | 9 | 41 | 10 | 56 | 0 | 4B | 4B | 80 | 4C | F |
| Octal | 11 | 101 | 20 | 126 | 0 | 113 | 113 | 200 | 114 | 17 |
| Binary | 1001 | 1000001 | 10000 | 1010110 | 0 | 1001011 | 1001011 | 10000000 | 1001100 | 1111 |
Color Harmonies of #094110
Complementary color
Monochromatic Colors of #094110
Black with #094110
Text Example
Text Example
White with #094110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094110; }
p { color: rgb(9,65,16); }
H1.HeaderClassName
{
color: #094110;
}
.AnyTagClassName
{
color: #094110;
}
</style>
background-color css
<style>
a { background-color: #094110; }
a { background-color: rgb(9,65,16); }
div.DivClassName
{
background-color: #094110;
}
.BgClassName
{
background-color: #094110;
}
</style>
border-color css
<style>
span { border-color: #094110; }
span { border-color: rgb(9,65,16); }
td.TdClassName
{
border-color: #094110;
}
.TagClassName
{
border-color: #094110;
}
</style>