Shades of Myrtle #094206
Tints of Myrtle #094206
RGB
CMYK
RGB Variations
Color information
#094206 (or 0x094206) is known color: Myrtle. HEX triplet: 09, 42 and 06. RGB value is (9,66,6). Sum of RGB (Red+Green+Blue) = 9+66+6=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 66 (26.17% from 255 or 81.48% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 66 - color contains mainly: green. Hex color #094206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094206 is #F6BDF9. Grayscale: #2A2A2A. Windows color (decimal): -16170490 or 410121. OLE color: 410121.
HSL color Cylindrical-coordinate representation of color #094206: hue angle of 117º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094206 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 66 | 6 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.74 |
| HSL | 117º | 0.83% | 0.14% | - |
| HSV(B) | 117º | 0.91% | 0.26% | - |
| XYZ | 2.09 | 3.97 | 0.83 | - |
| YUV | 42.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 6 | 0.86 | 0 | 0.91 | 0.74 | 117 | 0.83 | 0.14 |
| Hex | 9 | 42 | 6 | 56 | 0 | 5B | 4A | 75 | 53 | E |
| Octal | 11 | 102 | 6 | 126 | 0 | 133 | 112 | 165 | 123 | 16 |
| Binary | 1001 | 1000010 | 110 | 1010110 | 0 | 1011011 | 1001010 | 1110101 | 1010011 | 1110 |
Color Harmonies of #094206
Complementary color
Monochromatic Colors of #094206
Black with #094206
Text Example
Text Example
White with #094206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094206; }
p { color: rgb(9,66,6); }
H1.HeaderClassName
{
color: #094206;
}
.AnyTagClassName
{
color: #094206;
}
</style>
background-color css
<style>
a { background-color: #094206; }
a { background-color: rgb(9,66,6); }
div.DivClassName
{
background-color: #094206;
}
.BgClassName
{
background-color: #094206;
}
</style>
border-color css
<style>
span { border-color: #094206; }
span { border-color: rgb(9,66,6); }
td.TdClassName
{
border-color: #094206;
}
.TagClassName
{
border-color: #094206;
}
</style>