Shades of Deep Fir #084919
Tints of Deep Fir #084919
RGB
CMYK
RGB Variations
Color information
#084919 (or 0x084919) is known color: Deep Fir. HEX triplet: 08, 49 and 19. RGB value is (8,73,25). Sum of RGB (Red+Green+Blue) = 8+73+25=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 73 (28.91% from 255 or 68.87% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 73 - color contains mainly: green. Hex color #084919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084919 is #F7B6E6. Grayscale: #303030. Windows color (decimal): -16234215 or 1657096. OLE color: 1657096.
HSL color Cylindrical-coordinate representation of color #084919: hue angle of 135.69º 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 #084919 is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 73 | 25 | - |
| CMYK | 0.89 | 0 | 0.66 | 0.71 |
| HSL | 135.69º | 0.8% | 0.16% | - |
| HSV(B) | 135.69º | 0.89% | 0.29% | - |
| XYZ | 2.66 | 4.89 | 1.72 | - |
| YUV | 48.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 25 | 0.89 | 0 | 0.66 | 0.71 | 135.69 | 0.8 | 0.16 |
| Hex | 8 | 49 | 19 | 59 | 0 | 42 | 47 | 88 | 50 | 10 |
| Octal | 10 | 111 | 31 | 131 | 0 | 102 | 107 | 210 | 120 | 20 |
| Binary | 1000 | 1001001 | 11001 | 1011001 | 0 | 1000010 | 1000111 | 10001000 | 1010000 | 10000 |
Color Harmonies of #084919
Complementary color
Monochromatic Colors of #084919
Black with #084919
Text Example
Text Example
White with #084919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084919; }
p { color: rgb(8,73,25); }
H1.HeaderClassName
{
color: #084919;
}
.AnyTagClassName
{
color: #084919;
}
</style>
background-color css
<style>
a { background-color: #084919; }
a { background-color: rgb(8,73,25); }
div.DivClassName
{
background-color: #084919;
}
.BgClassName
{
background-color: #084919;
}
</style>
border-color css
<style>
span { border-color: #084919; }
span { border-color: rgb(8,73,25); }
td.TdClassName
{
border-color: #084919;
}
.TagClassName
{
border-color: #084919;
}
</style>