Shades of Myrtle #094500
Tints of Myrtle #094500
RGB
CMYK
RGB Variations
Color information
#094500 (or 0x094500) is known color: Myrtle. HEX triplet: 09, 45 and 00. RGB value is (9,69,0). Sum of RGB (Red+Green+Blue) = 9+69+0=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 69 (27.34% from 255 or 88.46% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 69 - color contains mainly: green. Hex color #094500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094500 is #F6BAFF. Grayscale: #2B2B2B. Windows color (decimal): -16169728 or 17673. OLE color: 17673.
HSL color Cylindrical-coordinate representation of color #094500: hue angle of 112.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #094500 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 69 | 0 | - |
| CMYK | 0.87 | 0 | 1 | 0.73 |
| HSL | 112.17º | 1% | 0.14% | - |
| HSV(B) | 112.17º | 1% | 0.27% | - |
| XYZ | 2.24 | 4.31 | 0.71 | - |
| YUV | 43.19 | 103.62 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 0 | 0.87 | 0 | 1 | 0.73 | 112.17 | 1 | 0.14 |
| Hex | 9 | 45 | 0 | 57 | 0 | 64 | 49 | 70 | 64 | E |
| Octal | 11 | 105 | 0 | 127 | 0 | 144 | 111 | 160 | 144 | 16 |
| Binary | 1001 | 1000101 | 0 | 1010111 | 0 | 1100100 | 1001001 | 1110000 | 1100100 | 1110 |
Color Harmonies of #094500
Complementary color
Monochromatic Colors of #094500
Black with #094500
Text Example
Text Example
White with #094500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094500; }
p { color: rgb(9,69,0); }
H1.HeaderClassName
{
color: #094500;
}
.AnyTagClassName
{
color: #094500;
}
</style>
background-color css
<style>
a { background-color: #094500; }
a { background-color: rgb(9,69,0); }
div.DivClassName
{
background-color: #094500;
}
.BgClassName
{
background-color: #094500;
}
</style>
border-color css
<style>
span { border-color: #094500; }
span { border-color: rgb(9,69,0); }
td.TdClassName
{
border-color: #094500;
}
.TagClassName
{
border-color: #094500;
}
</style>