Shades of Myrtle #094000
Tints of Myrtle #094000
RGB
CMYK
RGB Variations
Color information
#094000 (or 0x094000) is known color: Myrtle. HEX triplet: 09, 40 and 00. RGB value is (9,64,0). Sum of RGB (Red+Green+Blue) = 9+64+0=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 64 (25.39% from 255 or 87.67% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 64 - color contains mainly: green. Hex color #094000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094000 is #F6BFFF. Grayscale: #282828. Windows color (decimal): -16171008 or 16393. OLE color: 16393.
HSL color Cylindrical-coordinate representation of color #094000: hue angle of 111.56º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #094000 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 64 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.75 |
| HSL | 111.56º | 1% | 0.13% | - |
| HSV(B) | 111.56º | 1% | 0.25% | - |
| XYZ | 1.95 | 3.72 | 0.62 | - |
| YUV | 40.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 0 | 0.86 | 0 | 1 | 0.75 | 111.56 | 1 | 0.13 |
| Hex | 9 | 40 | 0 | 56 | 0 | 64 | 4B | 70 | 64 | D |
| Octal | 11 | 100 | 0 | 126 | 0 | 144 | 113 | 160 | 144 | 15 |
| Binary | 1001 | 1000000 | 0 | 1010110 | 0 | 1100100 | 1001011 | 1110000 | 1100100 | 1101 |
Color Harmonies of #094000
Complementary color
Monochromatic Colors of #094000
Black with #094000
Text Example
Text Example
White with #094000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094000; }
p { color: rgb(9,64,0); }
H1.HeaderClassName
{
color: #094000;
}
.AnyTagClassName
{
color: #094000;
}
</style>
background-color css
<style>
a { background-color: #094000; }
a { background-color: rgb(9,64,0); }
div.DivClassName
{
background-color: #094000;
}
.BgClassName
{
background-color: #094000;
}
</style>
border-color css
<style>
span { border-color: #094000; }
span { border-color: rgb(9,64,0); }
td.TdClassName
{
border-color: #094000;
}
.TagClassName
{
border-color: #094000;
}
</style>