Shades of Myrtle #094D10
Tints of Myrtle #094D10
RGB
CMYK
RGB Variations
Color information
#094D10 (or 0x094D10) is known color: Myrtle. HEX triplet: 09, 4D and 10. RGB value is (9,77,16). Sum of RGB (Red+Green+Blue) = 9+77+16=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 77 (30.47% from 255 or 75.49% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 77 - color contains mainly: green. Hex color #094D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094D10 is #F6B2EF. Grayscale: #313131. Windows color (decimal): -16167664 or 1068297. OLE color: 1068297.
HSL color Cylindrical-coordinate representation of color #094D10: hue angle of 126.18º 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 #094D10 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 77 | 16 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.70 |
| HSL | 126.18º | 0.79% | 0.17% | - |
| HSV(B) | 126.18º | 0.88% | 0.3% | - |
| XYZ | 2.86 | 5.4 | 1.38 | - |
| YUV | 49.71 | 108.97 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 16 | 0.88 | 0 | 0.79 | 0.70 | 126.18 | 0.79 | 0.17 |
| Hex | 9 | 4D | 10 | 58 | 0 | 4F | 46 | 7E | 4F | 11 |
| Octal | 11 | 115 | 20 | 130 | 0 | 117 | 106 | 176 | 117 | 21 |
| Binary | 1001 | 1001101 | 10000 | 1011000 | 0 | 1001111 | 1000110 | 1111110 | 1001111 | 10001 |
Color Harmonies of #094D10
Complementary color
Monochromatic Colors of #094D10
Black with #094D10
Text Example
Text Example
White with #094D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D10; }
p { color: rgb(9,77,16); }
H1.HeaderClassName
{
color: #094D10;
}
.AnyTagClassName
{
color: #094D10;
}
</style>
background-color css
<style>
a { background-color: #094D10; }
a { background-color: rgb(9,77,16); }
div.DivClassName
{
background-color: #094D10;
}
.BgClassName
{
background-color: #094D10;
}
</style>
border-color css
<style>
span { border-color: #094D10; }
span { border-color: rgb(9,77,16); }
td.TdClassName
{
border-color: #094D10;
}
.TagClassName
{
border-color: #094D10;
}
</style>