Shades of Deep Fir #084915
Tints of Deep Fir #084915
RGB
CMYK
RGB Variations
Color information
#084915 (or 0x084915) is known color: Deep Fir. HEX triplet: 08, 49 and 15. RGB value is (8,73,21). Sum of RGB (Red+Green+Blue) = 8+73+21=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 73 (28.91% from 255 or 71.57% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 73 - color contains mainly: green. Hex color #084915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084915 is #F7B6EA. Grayscale: #2F2F2F. Windows color (decimal): -16234219 or 1394952. OLE color: 1394952.
HSL color Cylindrical-coordinate representation of color #084915: hue angle of 132º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084915 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 73 | 21 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.71 |
| HSL | 132º | 0.8% | 0.16% | - |
| HSV(B) | 132º | 0.89% | 0.29% | - |
| XYZ | 2.62 | 4.87 | 1.51 | - |
| YUV | 47.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 21 | 0.89 | 0 | 0.71 | 0.71 | 132 | 0.8 | 0.16 |
| Hex | 8 | 49 | 15 | 59 | 0 | 47 | 47 | 84 | 50 | 10 |
| Octal | 10 | 111 | 25 | 131 | 0 | 107 | 107 | 204 | 120 | 20 |
| Binary | 1000 | 1001001 | 10101 | 1011001 | 0 | 1000111 | 1000111 | 10000100 | 1010000 | 10000 |
Color Harmonies of #084915
Complementary color
Monochromatic Colors of #084915
Black with #084915
Text Example
Text Example
White with #084915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084915; }
p { color: rgb(8,73,21); }
H1.HeaderClassName
{
color: #084915;
}
.AnyTagClassName
{
color: #084915;
}
</style>
background-color css
<style>
a { background-color: #084915; }
a { background-color: rgb(8,73,21); }
div.DivClassName
{
background-color: #084915;
}
.BgClassName
{
background-color: #084915;
}
</style>
border-color css
<style>
span { border-color: #084915; }
span { border-color: rgb(8,73,21); }
td.TdClassName
{
border-color: #084915;
}
.TagClassName
{
border-color: #084915;
}
</style>