Shades of Deep Fir #084612
Tints of Deep Fir #084612
RGB
CMYK
RGB Variations
Color information
#084612 (or 0x084612) is known color: Deep Fir. HEX triplet: 08, 46 and 12. RGB value is (8,70,18). Sum of RGB (Red+Green+Blue) = 8+70+18=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 70 (27.73% from 255 or 72.92% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 70 - color contains mainly: green. Hex color #084612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084612 is #F7B9ED. Grayscale: #2D2D2D. Windows color (decimal): -16234990 or 1197576. OLE color: 1197576.
HSL color Cylindrical-coordinate representation of color #084612: hue angle of 129.68º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084612 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 70 | 18 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.73 |
| HSL | 129.68º | 0.79% | 0.15% | - |
| HSV(B) | 129.68º | 0.89% | 0.27% | - |
| XYZ | 2.4 | 4.48 | 1.31 | - |
| YUV | 45.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 18 | 0.89 | 0 | 0.74 | 0.73 | 129.68 | 0.79 | 0.15 |
| Hex | 8 | 46 | 12 | 59 | 0 | 4A | 49 | 82 | 4F | F |
| Octal | 10 | 106 | 22 | 131 | 0 | 112 | 111 | 202 | 117 | 17 |
| Binary | 1000 | 1000110 | 10010 | 1011001 | 0 | 1001010 | 1001001 | 10000010 | 1001111 | 1111 |
Color Harmonies of #084612
Complementary color
Monochromatic Colors of #084612
Black with #084612
Text Example
Text Example
White with #084612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084612; }
p { color: rgb(8,70,18); }
H1.HeaderClassName
{
color: #084612;
}
.AnyTagClassName
{
color: #084612;
}
</style>
background-color css
<style>
a { background-color: #084612; }
a { background-color: rgb(8,70,18); }
div.DivClassName
{
background-color: #084612;
}
.BgClassName
{
background-color: #084612;
}
</style>
border-color css
<style>
span { border-color: #084612; }
span { border-color: rgb(8,70,18); }
td.TdClassName
{
border-color: #084612;
}
.TagClassName
{
border-color: #084612;
}
</style>