Shades of Deep Fir #084917
Tints of Deep Fir #084917
RGB
CMYK
RGB Variations
Color information
#084917 (or 0x084917) is known color: Deep Fir. HEX triplet: 08, 49 and 17. RGB value is (8,73,23). Sum of RGB (Red+Green+Blue) = 8+73+23=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 73 (28.91% from 255 or 70.19% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 73 - color contains mainly: green. Hex color #084917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084917 is #F7B6E8. Grayscale: #303030. Windows color (decimal): -16234217 or 1526024. OLE color: 1526024.
HSL color Cylindrical-coordinate representation of color #084917: hue angle of 133.85º 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 #084917 is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 73 | 23 | - |
| CMYK | 0.89 | 0 | 0.68 | 0.71 |
| HSL | 133.85º | 0.8% | 0.16% | - |
| HSV(B) | 133.85º | 0.89% | 0.29% | - |
| XYZ | 2.64 | 4.88 | 1.61 | - |
| YUV | 47.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 23 | 0.89 | 0 | 0.68 | 0.71 | 133.85 | 0.8 | 0.16 |
| Hex | 8 | 49 | 17 | 59 | 0 | 44 | 47 | 86 | 50 | 10 |
| Octal | 10 | 111 | 27 | 131 | 0 | 104 | 107 | 206 | 120 | 20 |
| Binary | 1000 | 1001001 | 10111 | 1011001 | 0 | 1000100 | 1000111 | 10000110 | 1010000 | 10000 |
Color Harmonies of #084917
Complementary color
Monochromatic Colors of #084917
Black with #084917
Text Example
Text Example
White with #084917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084917; }
p { color: rgb(8,73,23); }
H1.HeaderClassName
{
color: #084917;
}
.AnyTagClassName
{
color: #084917;
}
</style>
background-color css
<style>
a { background-color: #084917; }
a { background-color: rgb(8,73,23); }
div.DivClassName
{
background-color: #084917;
}
.BgClassName
{
background-color: #084917;
}
</style>
border-color css
<style>
span { border-color: #084917; }
span { border-color: rgb(8,73,23); }
td.TdClassName
{
border-color: #084917;
}
.TagClassName
{
border-color: #084917;
}
</style>