Shades of Myrtle #094808
Tints of Myrtle #094808
RGB
CMYK
RGB Variations
Color information
#094808 (or 0x094808) is known color: Myrtle. HEX triplet: 09, 48 and 08. RGB value is (9,72,8). Sum of RGB (Red+Green+Blue) = 9+72+8=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 72 (28.52% from 255 or 80.90% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 72 - color contains mainly: green. Hex color #094808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094808 is #F6B7F7. Grayscale: #2E2E2E. Windows color (decimal): -16168952 or 542729. OLE color: 542729.
HSL color Cylindrical-coordinate representation of color #094808: hue angle of 119.06º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094808 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 72 | 8 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.72 |
| HSL | 119.06º | 0.8% | 0.16% | - |
| HSV(B) | 119.06º | 0.89% | 0.28% | - |
| XYZ | 2.47 | 4.71 | 1.01 | - |
| YUV | 45.87 | 106.63 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 8 | 0.88 | 0 | 0.89 | 0.72 | 119.06 | 0.8 | 0.16 |
| Hex | 9 | 48 | 8 | 58 | 0 | 59 | 48 | 77 | 50 | 10 |
| Octal | 11 | 110 | 10 | 130 | 0 | 131 | 110 | 167 | 120 | 20 |
| Binary | 1001 | 1001000 | 1000 | 1011000 | 0 | 1011001 | 1001000 | 1110111 | 1010000 | 10000 |
Color Harmonies of #094808
Complementary color
Monochromatic Colors of #094808
Black with #094808
Text Example
Text Example
White with #094808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094808; }
p { color: rgb(9,72,8); }
H1.HeaderClassName
{
color: #094808;
}
.AnyTagClassName
{
color: #094808;
}
</style>
background-color css
<style>
a { background-color: #094808; }
a { background-color: rgb(9,72,8); }
div.DivClassName
{
background-color: #094808;
}
.BgClassName
{
background-color: #094808;
}
</style>
border-color css
<style>
span { border-color: #094808; }
span { border-color: rgb(9,72,8); }
td.TdClassName
{
border-color: #094808;
}
.TagClassName
{
border-color: #094808;
}
</style>