Shades of Myrtle #094100
Tints of Myrtle #094100
RGB
CMYK
RGB Variations
Color information
#094100 (or 0x094100) is known color: Myrtle. HEX triplet: 09, 41 and 00. RGB value is (9,65,0). Sum of RGB (Red+Green+Blue) = 9+65+0=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 65 (25.78% from 255 or 87.84% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 65 - color contains mainly: green. Hex color #094100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094100 is #F6BEFF. Grayscale: #292929. Windows color (decimal): -16170752 or 16649. OLE color: 16649.
HSL color Cylindrical-coordinate representation of color #094100: hue angle of 111.69º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #094100 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 65 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.75 |
| HSL | 111.69º | 1% | 0.13% | - |
| HSV(B) | 111.69º | 1% | 0.25% | - |
| XYZ | 2 | 3.84 | 0.64 | - |
| YUV | 40.85 | 104.95 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 0 | 0.86 | 0 | 1 | 0.75 | 111.69 | 1 | 0.13 |
| Hex | 9 | 41 | 0 | 56 | 0 | 64 | 4B | 70 | 64 | D |
| Octal | 11 | 101 | 0 | 126 | 0 | 144 | 113 | 160 | 144 | 15 |
| Binary | 1001 | 1000001 | 0 | 1010110 | 0 | 1100100 | 1001011 | 1110000 | 1100100 | 1101 |
Color Harmonies of #094100
Complementary color
Monochromatic Colors of #094100
Black with #094100
Text Example
Text Example
White with #094100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094100; }
p { color: rgb(9,65,0); }
H1.HeaderClassName
{
color: #094100;
}
.AnyTagClassName
{
color: #094100;
}
</style>
background-color css
<style>
a { background-color: #094100; }
a { background-color: rgb(9,65,0); }
div.DivClassName
{
background-color: #094100;
}
.BgClassName
{
background-color: #094100;
}
</style>
border-color css
<style>
span { border-color: #094100; }
span { border-color: rgb(9,65,0); }
td.TdClassName
{
border-color: #094100;
}
.TagClassName
{
border-color: #094100;
}
</style>