Shades of Myrtle #094C11
Tints of Myrtle #094C11
RGB
CMYK
RGB Variations
Color information
#094C11 (or 0x094C11) is known color: Myrtle. HEX triplet: 09, 4C and 11. RGB value is (9,76,17). Sum of RGB (Red+Green+Blue) = 9+76+17=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 76 (30.08% from 255 or 74.51% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 76 - color contains mainly: green. Hex color #094C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094C11 is #F6B3EE. Grayscale: #313131. Windows color (decimal): -16167919 or 1133577. OLE color: 1133577.
HSL color Cylindrical-coordinate representation of color #094C11: hue angle of 127.16º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094C11 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 76 | 17 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.70 |
| HSL | 127.16º | 0.79% | 0.17% | - |
| HSV(B) | 127.16º | 0.88% | 0.3% | - |
| XYZ | 2.8 | 5.27 | 1.4 | - |
| YUV | 49.24 | 109.8 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 17 | 0.88 | 0 | 0.78 | 0.70 | 127.16 | 0.79 | 0.17 |
| Hex | 9 | 4C | 11 | 58 | 0 | 4E | 46 | 7F | 4F | 11 |
| Octal | 11 | 114 | 21 | 130 | 0 | 116 | 106 | 177 | 117 | 21 |
| Binary | 1001 | 1001100 | 10001 | 1011000 | 0 | 1001110 | 1000110 | 1111111 | 1001111 | 10001 |
Color Harmonies of #094C11
Complementary color
Monochromatic Colors of #094C11
Black with #094C11
Text Example
Text Example
White with #094C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094C11; }
p { color: rgb(9,76,17); }
H1.HeaderClassName
{
color: #094C11;
}
.AnyTagClassName
{
color: #094C11;
}
</style>
background-color css
<style>
a { background-color: #094C11; }
a { background-color: rgb(9,76,17); }
div.DivClassName
{
background-color: #094C11;
}
.BgClassName
{
background-color: #094C11;
}
</style>
border-color css
<style>
span { border-color: #094C11; }
span { border-color: rgb(9,76,17); }
td.TdClassName
{
border-color: #094C11;
}
.TagClassName
{
border-color: #094C11;
}
</style>