Shades of Myrtle #094702
Tints of Myrtle #094702
RGB
CMYK
RGB Variations
Color information
#094702 (or 0x094702) is known color: Myrtle. HEX triplet: 09, 47 and 02. RGB value is (9,71,2). Sum of RGB (Red+Green+Blue) = 9+71+2=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 71 (28.12% from 255 or 86.59% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 71 - color contains mainly: green. Hex color #094702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094702 is #F6B8FD. Grayscale: #2C2C2C. Windows color (decimal): -16169214 or 149257. OLE color: 149257.
HSL color Cylindrical-coordinate representation of color #094702: hue angle of 113.91º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #094702 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 71 | 2 | - |
| CMYK | 0.87 | 0 | 0.97 | 0.72 |
| HSL | 113.91º | 0.95% | 0.14% | - |
| HSV(B) | 113.91º | 0.97% | 0.28% | - |
| XYZ | 2.38 | 4.57 | 0.81 | - |
| YUV | 44.6 | 103.96 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 2 | 0.87 | 0 | 0.97 | 0.72 | 113.91 | 0.95 | 0.14 |
| Hex | 9 | 47 | 2 | 57 | 0 | 61 | 48 | 72 | 5F | E |
| Octal | 11 | 107 | 2 | 127 | 0 | 141 | 110 | 162 | 137 | 16 |
| Binary | 1001 | 1000111 | 10 | 1010111 | 0 | 1100001 | 1001000 | 1110010 | 1011111 | 1110 |
Color Harmonies of #094702
Complementary color
Monochromatic Colors of #094702
Black with #094702
Text Example
Text Example
White with #094702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094702; }
p { color: rgb(9,71,2); }
H1.HeaderClassName
{
color: #094702;
}
.AnyTagClassName
{
color: #094702;
}
</style>
background-color css
<style>
a { background-color: #094702; }
a { background-color: rgb(9,71,2); }
div.DivClassName
{
background-color: #094702;
}
.BgClassName
{
background-color: #094702;
}
</style>
border-color css
<style>
span { border-color: #094702; }
span { border-color: rgb(9,71,2); }
td.TdClassName
{
border-color: #094702;
}
.TagClassName
{
border-color: #094702;
}
</style>