Shades of Myrtle #094302
Tints of Myrtle #094302
RGB
CMYK
RGB Variations
Color information
#094302 (or 0x094302) is known color: Myrtle. HEX triplet: 09, 43 and 02. RGB value is (9,67,2). Sum of RGB (Red+Green+Blue) = 9+67+2=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 67 (26.56% from 255 or 85.90% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 67 - color contains mainly: green. Hex color #094302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094302 is #F6BCFD. Grayscale: #2A2A2A. Windows color (decimal): -16170238 or 148233. OLE color: 148233.
HSL color Cylindrical-coordinate representation of color #094302: hue angle of 113.54º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #094302 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 67 | 2 | - |
| CMYK | 0.87 | 0 | 0.97 | 0.74 |
| HSL | 113.54º | 0.94% | 0.14% | - |
| HSV(B) | 113.54º | 0.97% | 0.26% | - |
| XYZ | 2.13 | 4.08 | 0.73 | - |
| YUV | 42.25 | 105.28 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 2 | 0.87 | 0 | 0.97 | 0.74 | 113.54 | 0.94 | 0.14 |
| Hex | 9 | 43 | 2 | 57 | 0 | 61 | 4A | 72 | 5E | E |
| Octal | 11 | 103 | 2 | 127 | 0 | 141 | 112 | 162 | 136 | 16 |
| Binary | 1001 | 1000011 | 10 | 1010111 | 0 | 1100001 | 1001010 | 1110010 | 1011110 | 1110 |
Color Harmonies of #094302
Complementary color
Monochromatic Colors of #094302
Black with #094302
Text Example
Text Example
White with #094302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094302; }
p { color: rgb(9,67,2); }
H1.HeaderClassName
{
color: #094302;
}
.AnyTagClassName
{
color: #094302;
}
</style>
background-color css
<style>
a { background-color: #094302; }
a { background-color: rgb(9,67,2); }
div.DivClassName
{
background-color: #094302;
}
.BgClassName
{
background-color: #094302;
}
</style>
border-color css
<style>
span { border-color: #094302; }
span { border-color: rgb(9,67,2); }
td.TdClassName
{
border-color: #094302;
}
.TagClassName
{
border-color: #094302;
}
</style>