Shades of Deep Fir #094E15
Tints of Deep Fir #094E15
RGB
CMYK
RGB Variations
Color information
#094E15 (or 0x094E15) is known color: Deep Fir. HEX triplet: 09, 4E and 15. RGB value is (9,78,21). Sum of RGB (Red+Green+Blue) = 9+78+21=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 78 (30.86% from 255 or 72.22% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 78 - color contains mainly: green. Hex color #094E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #094E15 is #F6B1EA. Grayscale: #333333. Windows color (decimal): -16167403 or 1396233. OLE color: 1396233.
HSL color Cylindrical-coordinate representation of color #094E15: hue angle of 130.43º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094E15 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 78 | 21 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.69 |
| HSL | 130.43º | 0.79% | 0.17% | - |
| HSV(B) | 130.43º | 0.88% | 0.31% | - |
| XYZ | 2.97 | 5.56 | 1.63 | - |
| YUV | 50.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 21 | 0.88 | 0 | 0.73 | 0.69 | 130.43 | 0.79 | 0.17 |
| Hex | 9 | 4E | 15 | 58 | 0 | 49 | 45 | 82 | 4F | 11 |
| Octal | 11 | 116 | 25 | 130 | 0 | 111 | 105 | 202 | 117 | 21 |
| Binary | 1001 | 1001110 | 10101 | 1011000 | 0 | 1001001 | 1000101 | 10000010 | 1001111 | 10001 |
Color Harmonies of #094E15
Complementary color
Monochromatic Colors of #094E15
Black with #094E15
Text Example
Text Example
White with #094E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094E15; }
p { color: rgb(9,78,21); }
H1.HeaderClassName
{
color: #094E15;
}
.AnyTagClassName
{
color: #094E15;
}
</style>
background-color css
<style>
a { background-color: #094E15; }
a { background-color: rgb(9,78,21); }
div.DivClassName
{
background-color: #094E15;
}
.BgClassName
{
background-color: #094E15;
}
</style>
border-color css
<style>
span { border-color: #094E15; }
span { border-color: rgb(9,78,21); }
td.TdClassName
{
border-color: #094E15;
}
.TagClassName
{
border-color: #094E15;
}
</style>