Shades of Deep Fir #094615
Tints of Deep Fir #094615
RGB
CMYK
RGB Variations
Color information
#094615 (or 0x094615) is known color: Deep Fir. HEX triplet: 09, 46 and 15. RGB value is (9,70,21). Sum of RGB (Red+Green+Blue) = 9+70+21=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 70 (27.73% from 255 or 70% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 70 - color contains mainly: green. Hex color #094615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094615 is #F6B9EA. Grayscale: #2E2E2E. Windows color (decimal): -16169451 or 1394185. OLE color: 1394185.
HSL color Cylindrical-coordinate representation of color #094615: hue angle of 131.8º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094615 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 70 | 21 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.73 |
| HSL | 131.8º | 0.77% | 0.15% | - |
| HSV(B) | 131.8º | 0.87% | 0.27% | - |
| XYZ | 2.44 | 4.49 | 1.45 | - |
| YUV | 46.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 21 | 0.87 | 0 | 0.70 | 0.73 | 131.8 | 0.77 | 0.15 |
| Hex | 9 | 46 | 15 | 57 | 0 | 46 | 49 | 84 | 4D | F |
| Octal | 11 | 106 | 25 | 127 | 0 | 106 | 111 | 204 | 115 | 17 |
| Binary | 1001 | 1000110 | 10101 | 1010111 | 0 | 1000110 | 1001001 | 10000100 | 1001101 | 1111 |
Color Harmonies of #094615
Complementary color
Monochromatic Colors of #094615
Black with #094615
Text Example
Text Example
White with #094615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094615; }
p { color: rgb(9,70,21); }
H1.HeaderClassName
{
color: #094615;
}
.AnyTagClassName
{
color: #094615;
}
</style>
background-color css
<style>
a { background-color: #094615; }
a { background-color: rgb(9,70,21); }
div.DivClassName
{
background-color: #094615;
}
.BgClassName
{
background-color: #094615;
}
</style>
border-color css
<style>
span { border-color: #094615; }
span { border-color: rgb(9,70,21); }
td.TdClassName
{
border-color: #094615;
}
.TagClassName
{
border-color: #094615;
}
</style>