Shades of Myrtle #094D0D
Tints of Myrtle #094D0D
RGB
CMYK
RGB Variations
Color information
#094D0D (or 0x094D0D) is known color: Myrtle. HEX triplet: 09, 4D and 0D. RGB value is (9,77,13). Sum of RGB (Red+Green+Blue) = 9+77+13=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 77 (30.47% from 255 or 77.78% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 77 - color contains mainly: green. Hex color #094D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094D0D is #F6B2F2. Grayscale: #313131. Windows color (decimal): -16167667 or 871689. OLE color: 871689.
HSL color Cylindrical-coordinate representation of color #094D0D: hue angle of 123.53º 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 #094D0D is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 77 | 13 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.70 |
| HSL | 123.53º | 0.79% | 0.17% | - |
| HSV(B) | 123.53º | 0.88% | 0.3% | - |
| XYZ | 2.84 | 5.39 | 1.27 | - |
| YUV | 49.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 13 | 0.88 | 0 | 0.83 | 0.70 | 123.53 | 0.79 | 0.17 |
| Hex | 9 | 4D | D | 58 | 0 | 53 | 46 | 7C | 4F | 11 |
| Octal | 11 | 115 | 15 | 130 | 0 | 123 | 106 | 174 | 117 | 21 |
| Binary | 1001 | 1001101 | 1101 | 1011000 | 0 | 1010011 | 1000110 | 1111100 | 1001111 | 10001 |
Color Harmonies of #094D0D
Complementary color
Monochromatic Colors of #094D0D
Black with #094D0D
Text Example
Text Example
White with #094D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D0D; }
p { color: rgb(9,77,13); }
H1.HeaderClassName
{
color: #094D0D;
}
.AnyTagClassName
{
color: #094D0D;
}
</style>
background-color css
<style>
a { background-color: #094D0D; }
a { background-color: rgb(9,77,13); }
div.DivClassName
{
background-color: #094D0D;
}
.BgClassName
{
background-color: #094D0D;
}
</style>
border-color css
<style>
span { border-color: #094D0D; }
span { border-color: rgb(9,77,13); }
td.TdClassName
{
border-color: #094D0D;
}
.TagClassName
{
border-color: #094D0D;
}
</style>