Shades of Deep Fir #094916
Tints of Deep Fir #094916
RGB
CMYK
RGB Variations
Color information
#094916 (or 0x094916) is known color: Deep Fir. HEX triplet: 09, 49 and 16. RGB value is (9,73,22). Sum of RGB (Red+Green+Blue) = 9+73+22=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 73 (28.91% from 255 or 70.19% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 73 - color contains mainly: green. Hex color #094916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094916 is #F6B6E9. Grayscale: #303030. Windows color (decimal): -16168682 or 1460489. OLE color: 1460489.
HSL color Cylindrical-coordinate representation of color #094916: hue angle of 132.19º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094916 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 73 | 22 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.71 |
| HSL | 132.19º | 0.78% | 0.16% | - |
| HSV(B) | 132.19º | 0.88% | 0.29% | - |
| XYZ | 2.64 | 4.88 | 1.56 | - |
| YUV | 48.05 | 113.3 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 22 | 0.88 | 0 | 0.70 | 0.71 | 132.19 | 0.78 | 0.16 |
| Hex | 9 | 49 | 16 | 58 | 0 | 46 | 47 | 84 | 4E | 10 |
| Octal | 11 | 111 | 26 | 130 | 0 | 106 | 107 | 204 | 116 | 20 |
| Binary | 1001 | 1001001 | 10110 | 1011000 | 0 | 1000110 | 1000111 | 10000100 | 1001110 | 10000 |
Color Harmonies of #094916
Complementary color
Monochromatic Colors of #094916
Black with #094916
Text Example
Text Example
White with #094916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094916; }
p { color: rgb(9,73,22); }
H1.HeaderClassName
{
color: #094916;
}
.AnyTagClassName
{
color: #094916;
}
</style>
background-color css
<style>
a { background-color: #094916; }
a { background-color: rgb(9,73,22); }
div.DivClassName
{
background-color: #094916;
}
.BgClassName
{
background-color: #094916;
}
</style>
border-color css
<style>
span { border-color: #094916; }
span { border-color: rgb(9,73,22); }
td.TdClassName
{
border-color: #094916;
}
.TagClassName
{
border-color: #094916;
}
</style>