Shades of Myrtle #094704
Tints of Myrtle #094704
RGB
CMYK
RGB Variations
Color information
#094704 (or 0x094704) is known color: Myrtle. HEX triplet: 09, 47 and 04. RGB value is (9,71,4). Sum of RGB (Red+Green+Blue) = 9+71+4=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 71 (28.12% from 255 or 84.52% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 71 - color contains mainly: green. Hex color #094704 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094704 is #F6B8FB. Grayscale: #2D2D2D. Windows color (decimal): -16169212 or 280329. OLE color: 280329.
HSL color Cylindrical-coordinate representation of color #094704: hue angle of 115.52º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094704 is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 71 | 4 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.72 |
| HSL | 115.52º | 0.89% | 0.15% | - |
| HSV(B) | 115.52º | 0.94% | 0.28% | - |
| XYZ | 2.39 | 4.57 | 0.87 | - |
| YUV | 44.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 4 | 0.87 | 0 | 0.94 | 0.72 | 115.52 | 0.89 | 0.15 |
| Hex | 9 | 47 | 4 | 57 | 0 | 5E | 48 | 74 | 59 | F |
| Octal | 11 | 107 | 4 | 127 | 0 | 136 | 110 | 164 | 131 | 17 |
| Binary | 1001 | 1000111 | 100 | 1010111 | 0 | 1011110 | 1001000 | 1110100 | 1011001 | 1111 |
Color Harmonies of #094704
Complementary color
Monochromatic Colors of #094704
Black with #094704
Text Example
Text Example
White with #094704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094704; }
p { color: rgb(9,71,4); }
H1.HeaderClassName
{
color: #094704;
}
.AnyTagClassName
{
color: #094704;
}
</style>
background-color css
<style>
a { background-color: #094704; }
a { background-color: rgb(9,71,4); }
div.DivClassName
{
background-color: #094704;
}
.BgClassName
{
background-color: #094704;
}
</style>
border-color css
<style>
span { border-color: #094704; }
span { border-color: rgb(9,71,4); }
td.TdClassName
{
border-color: #094704;
}
.TagClassName
{
border-color: #094704;
}
</style>