Shades of Myrtle #094908
Tints of Myrtle #094908
RGB
CMYK
RGB Variations
Color information
#094908 (or 0x094908) is known color: Myrtle. HEX triplet: 09, 49 and 08. RGB value is (9,73,8). Sum of RGB (Red+Green+Blue) = 9+73+8=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 73 (28.91% from 255 or 81.11% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 73 - color contains mainly: green. Hex color #094908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094908 is #F6B6F7. Grayscale: #2E2E2E. Windows color (decimal): -16168696 or 542985. OLE color: 542985.
HSL color Cylindrical-coordinate representation of color #094908: hue angle of 119.08º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094908 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 73 | 8 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.71 |
| HSL | 119.08º | 0.8% | 0.16% | - |
| HSV(B) | 119.08º | 0.89% | 0.29% | - |
| XYZ | 2.54 | 4.84 | 1.03 | - |
| YUV | 46.45 | 106.3 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 8 | 0.88 | 0 | 0.89 | 0.71 | 119.08 | 0.8 | 0.16 |
| Hex | 9 | 49 | 8 | 58 | 0 | 59 | 47 | 77 | 50 | 10 |
| Octal | 11 | 111 | 10 | 130 | 0 | 131 | 107 | 167 | 120 | 20 |
| Binary | 1001 | 1001001 | 1000 | 1011000 | 0 | 1011001 | 1000111 | 1110111 | 1010000 | 10000 |
Color Harmonies of #094908
Complementary color
Monochromatic Colors of #094908
Black with #094908
Text Example
Text Example
White with #094908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094908; }
p { color: rgb(9,73,8); }
H1.HeaderClassName
{
color: #094908;
}
.AnyTagClassName
{
color: #094908;
}
</style>
background-color css
<style>
a { background-color: #094908; }
a { background-color: rgb(9,73,8); }
div.DivClassName
{
background-color: #094908;
}
.BgClassName
{
background-color: #094908;
}
</style>
border-color css
<style>
span { border-color: #094908; }
span { border-color: rgb(9,73,8); }
td.TdClassName
{
border-color: #094908;
}
.TagClassName
{
border-color: #094908;
}
</style>