Shades of Deep Fir #094915
Tints of Deep Fir #094915
RGB
CMYK
RGB Variations
Color information
#094915 (or 0x094915) is known color: Deep Fir. HEX triplet: 09, 49 and 15. RGB value is (9,73,21). Sum of RGB (Red+Green+Blue) = 9+73+21=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 73 (28.91% from 255 or 70.87% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 73 - color contains mainly: green. Hex color #094915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094915 is #F6B6EA. Grayscale: #303030. Windows color (decimal): -16168683 or 1394953. OLE color: 1394953.
HSL color Cylindrical-coordinate representation of color #094915: hue angle of 131.25º 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 #094915 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 73 | 21 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.71 |
| HSL | 131.25º | 0.78% | 0.16% | - |
| HSV(B) | 131.25º | 0.88% | 0.29% | - |
| XYZ | 2.63 | 4.88 | 1.51 | - |
| YUV | 47.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 21 | 0.88 | 0 | 0.71 | 0.71 | 131.25 | 0.78 | 0.16 |
| Hex | 9 | 49 | 15 | 58 | 0 | 47 | 47 | 83 | 4E | 10 |
| Octal | 11 | 111 | 25 | 130 | 0 | 107 | 107 | 203 | 116 | 20 |
| Binary | 1001 | 1001001 | 10101 | 1011000 | 0 | 1000111 | 1000111 | 10000011 | 1001110 | 10000 |
Color Harmonies of #094915
Complementary color
Monochromatic Colors of #094915
Black with #094915
Text Example
Text Example
White with #094915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094915; }
p { color: rgb(9,73,21); }
H1.HeaderClassName
{
color: #094915;
}
.AnyTagClassName
{
color: #094915;
}
</style>
background-color css
<style>
a { background-color: #094915; }
a { background-color: rgb(9,73,21); }
div.DivClassName
{
background-color: #094915;
}
.BgClassName
{
background-color: #094915;
}
</style>
border-color css
<style>
span { border-color: #094915; }
span { border-color: rgb(9,73,21); }
td.TdClassName
{
border-color: #094915;
}
.TagClassName
{
border-color: #094915;
}
</style>