Shades of Myrtle #094701
Tints of Myrtle #094701
RGB
CMYK
RGB Variations
Color information
#094701 (or 0x094701) is known color: Myrtle. HEX triplet: 09, 47 and 01. RGB value is (9,71,1). Sum of RGB (Red+Green+Blue) = 9+71+1=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 71 (28.12% from 255 or 87.65% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 71 - color contains mainly: green. Hex color #094701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094701 is #F6B8FE. Grayscale: #2C2C2C. Windows color (decimal): -16169215 or 83721. OLE color: 83721.
HSL color Cylindrical-coordinate representation of color #094701: hue angle of 113.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #094701 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 71 | 1 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.72 |
| HSL | 113.14º | 0.97% | 0.14% | - |
| HSV(B) | 113.14º | 0.99% | 0.28% | - |
| XYZ | 2.37 | 4.57 | 0.79 | - |
| YUV | 44.48 | 103.46 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 1 | 0.87 | 0 | 0.99 | 0.72 | 113.14 | 0.97 | 0.14 |
| Hex | 9 | 47 | 1 | 57 | 0 | 63 | 48 | 71 | 61 | E |
| Octal | 11 | 107 | 1 | 127 | 0 | 143 | 110 | 161 | 141 | 16 |
| Binary | 1001 | 1000111 | 1 | 1010111 | 0 | 1100011 | 1001000 | 1110001 | 1100001 | 1110 |
Color Harmonies of #094701
Complementary color
Monochromatic Colors of #094701
Black with #094701
Text Example
Text Example
White with #094701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094701; }
p { color: rgb(9,71,1); }
H1.HeaderClassName
{
color: #094701;
}
.AnyTagClassName
{
color: #094701;
}
</style>
background-color css
<style>
a { background-color: #094701; }
a { background-color: rgb(9,71,1); }
div.DivClassName
{
background-color: #094701;
}
.BgClassName
{
background-color: #094701;
}
</style>
border-color css
<style>
span { border-color: #094701; }
span { border-color: rgb(9,71,1); }
td.TdClassName
{
border-color: #094701;
}
.TagClassName
{
border-color: #094701;
}
</style>