Shades of Deep Fir #094F18
Tints of Deep Fir #094F18
RGB
CMYK
RGB Variations
Color information
#094F18 (or 0x094F18) is known color: Deep Fir. HEX triplet: 09, 4F and 18. RGB value is (9,79,24). Sum of RGB (Red+Green+Blue) = 9+79+24=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 79 (31.25% from 255 or 70.54% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 79 - color contains mainly: green. Hex color #094F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094F18 is #F6B0E7. Grayscale: #333333. Windows color (decimal): -16167144 or 1593097. OLE color: 1593097.
HSL color Cylindrical-coordinate representation of color #094F18: hue angle of 132.86º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094F18 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 79 | 24 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.69 |
| HSL | 132.86º | 0.8% | 0.17% | - |
| HSV(B) | 132.86º | 0.89% | 0.31% | - |
| XYZ | 3.07 | 5.72 | 1.81 | - |
| YUV | 51.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 79 | 24 | 0.89 | 0 | 0.70 | 0.69 | 132.86 | 0.8 | 0.17 |
| Hex | 9 | 4F | 18 | 59 | 0 | 46 | 45 | 85 | 50 | 11 |
| Octal | 11 | 117 | 30 | 131 | 0 | 106 | 105 | 205 | 120 | 21 |
| Binary | 1001 | 1001111 | 11000 | 1011001 | 0 | 1000110 | 1000101 | 10000101 | 1010000 | 10001 |
Color Harmonies of #094F18
Complementary color
Monochromatic Colors of #094F18
Black with #094F18
Text Example
Text Example
White with #094F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094F18; }
p { color: rgb(9,79,24); }
H1.HeaderClassName
{
color: #094F18;
}
.AnyTagClassName
{
color: #094F18;
}
</style>
background-color css
<style>
a { background-color: #094F18; }
a { background-color: rgb(9,79,24); }
div.DivClassName
{
background-color: #094F18;
}
.BgClassName
{
background-color: #094F18;
}
</style>
border-color css
<style>
span { border-color: #094F18; }
span { border-color: rgb(9,79,24); }
td.TdClassName
{
border-color: #094F18;
}
.TagClassName
{
border-color: #094F18;
}
</style>