Shades of Myrtle #094901
Tints of Myrtle #094901
RGB
CMYK
RGB Variations
Color information
#094901 (or 0x094901) is known color: Myrtle. HEX triplet: 09, 49 and 01. RGB value is (9,73,1). Sum of RGB (Red+Green+Blue) = 9+73+1=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 73 (28.91% from 255 or 87.95% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 73 - color contains mainly: green. Hex color #094901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094901 is #F6B6FE. Grayscale: #2D2D2D. Windows color (decimal): -16168703 or 84233. OLE color: 84233.
HSL color Cylindrical-coordinate representation of color #094901: hue angle of 113.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #094901 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 73 | 1 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.71 |
| HSL | 113.33º | 0.97% | 0.15% | - |
| HSV(B) | 113.33º | 0.99% | 0.29% | - |
| XYZ | 2.5 | 4.83 | 0.83 | - |
| YUV | 45.66 | 102.8 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 1 | 0.88 | 0 | 0.99 | 0.71 | 113.33 | 0.97 | 0.15 |
| Hex | 9 | 49 | 1 | 58 | 0 | 63 | 47 | 71 | 61 | F |
| Octal | 11 | 111 | 1 | 130 | 0 | 143 | 107 | 161 | 141 | 17 |
| Binary | 1001 | 1001001 | 1 | 1011000 | 0 | 1100011 | 1000111 | 1110001 | 1100001 | 1111 |
Color Harmonies of #094901
Complementary color
Monochromatic Colors of #094901
Black with #094901
Text Example
Text Example
White with #094901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094901; }
p { color: rgb(9,73,1); }
H1.HeaderClassName
{
color: #094901;
}
.AnyTagClassName
{
color: #094901;
}
</style>
background-color css
<style>
a { background-color: #094901; }
a { background-color: rgb(9,73,1); }
div.DivClassName
{
background-color: #094901;
}
.BgClassName
{
background-color: #094901;
}
</style>
border-color css
<style>
span { border-color: #094901; }
span { border-color: rgb(9,73,1); }
td.TdClassName
{
border-color: #094901;
}
.TagClassName
{
border-color: #094901;
}
</style>