Shades of Myrtle #094008
Tints of Myrtle #094008
RGB
CMYK
RGB Variations
Color information
#094008 (or 0x094008) is known color: Myrtle. HEX triplet: 09, 40 and 08. RGB value is (9,64,8). Sum of RGB (Red+Green+Blue) = 9+64+8=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 64 (25.39% from 255 or 79.01% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 64 - color contains mainly: green. Hex color #094008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094008 is #F6BFF7. Grayscale: #292929. Windows color (decimal): -16171000 or 540681. OLE color: 540681.
HSL color Cylindrical-coordinate representation of color #094008: hue angle of 118.93º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094008 is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 64 | 8 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.75 |
| HSL | 118.93º | 0.78% | 0.14% | - |
| HSV(B) | 118.93º | 0.88% | 0.25% | - |
| XYZ | 1.99 | 3.74 | 0.85 | - |
| YUV | 41.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 8 | 0.86 | 0 | 0.87 | 0.75 | 118.93 | 0.78 | 0.14 |
| Hex | 9 | 40 | 8 | 56 | 0 | 57 | 4B | 77 | 4E | E |
| Octal | 11 | 100 | 10 | 126 | 0 | 127 | 113 | 167 | 116 | 16 |
| Binary | 1001 | 1000000 | 1000 | 1010110 | 0 | 1010111 | 1001011 | 1110111 | 1001110 | 1110 |
Color Harmonies of #094008
Complementary color
Monochromatic Colors of #094008
Black with #094008
Text Example
Text Example
White with #094008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094008; }
p { color: rgb(9,64,8); }
H1.HeaderClassName
{
color: #094008;
}
.AnyTagClassName
{
color: #094008;
}
</style>
background-color css
<style>
a { background-color: #094008; }
a { background-color: rgb(9,64,8); }
div.DivClassName
{
background-color: #094008;
}
.BgClassName
{
background-color: #094008;
}
</style>
border-color css
<style>
span { border-color: #094008; }
span { border-color: rgb(9,64,8); }
td.TdClassName
{
border-color: #094008;
}
.TagClassName
{
border-color: #094008;
}
</style>