Shades of Deep Fir #084E17
Tints of Deep Fir #084E17
RGB
CMYK
RGB Variations
Color information
#084E17 (or 0x084E17) is known color: Deep Fir. HEX triplet: 08, 4E and 17. RGB value is (8,78,23). Sum of RGB (Red+Green+Blue) = 8+78+23=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 78 (30.86% from 255 or 71.56% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 78 - color contains mainly: green. Hex color #084E17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #084E17 is #F7B1E8. Grayscale: #323232. Windows color (decimal): -16232937 or 1527304. OLE color: 1527304.
HSL color Cylindrical-coordinate representation of color #084E17: hue angle of 132.86º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084E17 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 78 | 23 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.69 |
| HSL | 132.86º | 0.81% | 0.17% | - |
| HSV(B) | 132.86º | 0.9% | 0.31% | - |
| XYZ | 2.98 | 5.56 | 1.73 | - |
| YUV | 50.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 23 | 0.90 | 0 | 0.71 | 0.69 | 132.86 | 0.81 | 0.17 |
| Hex | 8 | 4E | 17 | 5A | 0 | 47 | 45 | 85 | 51 | 11 |
| Octal | 10 | 116 | 27 | 132 | 0 | 107 | 105 | 205 | 121 | 21 |
| Binary | 1000 | 1001110 | 10111 | 1011010 | 0 | 1000111 | 1000101 | 10000101 | 1010001 | 10001 |
Color Harmonies of #084E17
Complementary color
Monochromatic Colors of #084E17
Black with #084E17
Text Example
Text Example
White with #084E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E17; }
p { color: rgb(8,78,23); }
H1.HeaderClassName
{
color: #084E17;
}
.AnyTagClassName
{
color: #084E17;
}
</style>
background-color css
<style>
a { background-color: #084E17; }
a { background-color: rgb(8,78,23); }
div.DivClassName
{
background-color: #084E17;
}
.BgClassName
{
background-color: #084E17;
}
</style>
border-color css
<style>
span { border-color: #084E17; }
span { border-color: rgb(8,78,23); }
td.TdClassName
{
border-color: #084E17;
}
.TagClassName
{
border-color: #084E17;
}
</style>