Shades of Deep Fir #084914
Tints of Deep Fir #084914
RGB
CMYK
RGB Variations
Color information
#084914 (or 0x084914) is known color: Deep Fir. HEX triplet: 08, 49 and 14. RGB value is (8,73,20). Sum of RGB (Red+Green+Blue) = 8+73+20=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 73 (28.91% from 255 or 72.28% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 73 - color contains mainly: green. Hex color #084914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084914 is #F7B6EB. Grayscale: #2F2F2F. Windows color (decimal): -16234220 or 1329416. OLE color: 1329416.
HSL color Cylindrical-coordinate representation of color #084914: hue angle of 131.08º 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 #084914 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 73 | 20 | - |
| CMYK | 0.89 | 0 | 0.73 | 0.71 |
| HSL | 131.08º | 0.8% | 0.16% | - |
| HSV(B) | 131.08º | 0.89% | 0.29% | - |
| XYZ | 2.61 | 4.87 | 1.46 | - |
| YUV | 47.52 | 112.47 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 20 | 0.89 | 0 | 0.73 | 0.71 | 131.08 | 0.8 | 0.16 |
| Hex | 8 | 49 | 14 | 59 | 0 | 49 | 47 | 83 | 50 | 10 |
| Octal | 10 | 111 | 24 | 131 | 0 | 111 | 107 | 203 | 120 | 20 |
| Binary | 1000 | 1001001 | 10100 | 1011001 | 0 | 1001001 | 1000111 | 10000011 | 1010000 | 10000 |
Color Harmonies of #084914
Complementary color
Monochromatic Colors of #084914
Black with #084914
Text Example
Text Example
White with #084914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084914; }
p { color: rgb(8,73,20); }
H1.HeaderClassName
{
color: #084914;
}
.AnyTagClassName
{
color: #084914;
}
</style>
background-color css
<style>
a { background-color: #084914; }
a { background-color: rgb(8,73,20); }
div.DivClassName
{
background-color: #084914;
}
.BgClassName
{
background-color: #084914;
}
</style>
border-color css
<style>
span { border-color: #084914; }
span { border-color: rgb(8,73,20); }
td.TdClassName
{
border-color: #084914;
}
.TagClassName
{
border-color: #084914;
}
</style>