Shades of Myrtle #094601
Tints of Myrtle #094601
RGB
CMYK
RGB Variations
Color information
#094601 (or 0x094601) is known color: Myrtle. HEX triplet: 09, 46 and 01. RGB value is (9,70,1). Sum of RGB (Red+Green+Blue) = 9+70+1=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 70 (27.73% from 255 or 87.5% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 70 - color contains mainly: green. Hex color #094601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094601 is #F6B9FE. Grayscale: #2C2C2C. Windows color (decimal): -16169471 or 83465. OLE color: 83465.
HSL color Cylindrical-coordinate representation of color #094601: hue angle of 113.04º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #094601 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 70 | 1 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.73 |
| HSL | 113.04º | 0.97% | 0.14% | - |
| HSV(B) | 113.04º | 0.99% | 0.27% | - |
| XYZ | 2.31 | 4.44 | 0.76 | - |
| YUV | 43.9 | 103.79 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 1 | 0.87 | 0 | 0.99 | 0.73 | 113.04 | 0.97 | 0.14 |
| Hex | 9 | 46 | 1 | 57 | 0 | 63 | 49 | 71 | 61 | E |
| Octal | 11 | 106 | 1 | 127 | 0 | 143 | 111 | 161 | 141 | 16 |
| Binary | 1001 | 1000110 | 1 | 1010111 | 0 | 1100011 | 1001001 | 1110001 | 1100001 | 1110 |
Color Harmonies of #094601
Complementary color
Monochromatic Colors of #094601
Black with #094601
Text Example
Text Example
White with #094601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094601; }
p { color: rgb(9,70,1); }
H1.HeaderClassName
{
color: #094601;
}
.AnyTagClassName
{
color: #094601;
}
</style>
background-color css
<style>
a { background-color: #094601; }
a { background-color: rgb(9,70,1); }
div.DivClassName
{
background-color: #094601;
}
.BgClassName
{
background-color: #094601;
}
</style>
border-color css
<style>
span { border-color: #094601; }
span { border-color: rgb(9,70,1); }
td.TdClassName
{
border-color: #094601;
}
.TagClassName
{
border-color: #094601;
}
</style>