Shades of Myrtle #094301
Tints of Myrtle #094301
RGB
CMYK
RGB Variations
Color information
#094301 (or 0x094301) is known color: Myrtle. HEX triplet: 09, 43 and 01. RGB value is (9,67,1). Sum of RGB (Red+Green+Blue) = 9+67+1=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 67 (26.56% from 255 or 87.01% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 67 - color contains mainly: green. Hex color #094301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094301 is #F6BCFE. Grayscale: #2A2A2A. Windows color (decimal): -16170239 or 82697. OLE color: 82697.
HSL color Cylindrical-coordinate representation of color #094301: hue angle of 112.73º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #094301 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 67 | 1 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.74 |
| HSL | 112.73º | 0.97% | 0.13% | - |
| HSV(B) | 112.73º | 0.99% | 0.26% | - |
| XYZ | 2.13 | 4.07 | 0.7 | - |
| YUV | 42.13 | 104.78 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 1 | 0.87 | 0 | 0.99 | 0.74 | 112.73 | 0.97 | 0.13 |
| Hex | 9 | 43 | 1 | 57 | 0 | 63 | 4A | 71 | 61 | D |
| Octal | 11 | 103 | 1 | 127 | 0 | 143 | 112 | 161 | 141 | 15 |
| Binary | 1001 | 1000011 | 1 | 1010111 | 0 | 1100011 | 1001010 | 1110001 | 1100001 | 1101 |
Color Harmonies of #094301
Complementary color
Monochromatic Colors of #094301
Black with #094301
Text Example
Text Example
White with #094301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094301; }
p { color: rgb(9,67,1); }
H1.HeaderClassName
{
color: #094301;
}
.AnyTagClassName
{
color: #094301;
}
</style>
background-color css
<style>
a { background-color: #094301; }
a { background-color: rgb(9,67,1); }
div.DivClassName
{
background-color: #094301;
}
.BgClassName
{
background-color: #094301;
}
</style>
border-color css
<style>
span { border-color: #094301; }
span { border-color: rgb(9,67,1); }
td.TdClassName
{
border-color: #094301;
}
.TagClassName
{
border-color: #094301;
}
</style>