Shades of Deep Fir #084D18
Tints of Deep Fir #084D18
RGB
CMYK
RGB Variations
Color information
#084D18 (or 0x084D18) is known color: Deep Fir. HEX triplet: 08, 4D and 18. RGB value is (8,77,24). Sum of RGB (Red+Green+Blue) = 8+77+24=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 77 (30.47% from 255 or 70.64% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 77 - color contains mainly: green. Hex color #084D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #084D18 is #F7B2E7. Grayscale: #323232. Windows color (decimal): -16233192 or 1592584. OLE color: 1592584.
HSL color Cylindrical-coordinate representation of color #084D18: hue angle of 133.91º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084D18 is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 77 | 24 | - |
| CMYK | 0.90 | 0 | 0.69 | 0.70 |
| HSL | 133.91º | 0.81% | 0.17% | - |
| HSV(B) | 133.91º | 0.9% | 0.3% | - |
| XYZ | 2.92 | 5.43 | 1.76 | - |
| YUV | 50.33 | 113.14 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 24 | 0.90 | 0 | 0.69 | 0.70 | 133.91 | 0.81 | 0.17 |
| Hex | 8 | 4D | 18 | 5A | 0 | 45 | 46 | 86 | 51 | 11 |
| Octal | 10 | 115 | 30 | 132 | 0 | 105 | 106 | 206 | 121 | 21 |
| Binary | 1000 | 1001101 | 11000 | 1011010 | 0 | 1000101 | 1000110 | 10000110 | 1010001 | 10001 |
Color Harmonies of #084D18
Complementary color
Monochromatic Colors of #084D18
Black with #084D18
Text Example
Text Example
White with #084D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084D18; }
p { color: rgb(8,77,24); }
H1.HeaderClassName
{
color: #084D18;
}
.AnyTagClassName
{
color: #084D18;
}
</style>
background-color css
<style>
a { background-color: #084D18; }
a { background-color: rgb(8,77,24); }
div.DivClassName
{
background-color: #084D18;
}
.BgClassName
{
background-color: #084D18;
}
</style>
border-color css
<style>
span { border-color: #084D18; }
span { border-color: rgb(8,77,24); }
td.TdClassName
{
border-color: #084D18;
}
.TagClassName
{
border-color: #084D18;
}
</style>