Shades of Deep Fir #084F18
Tints of Deep Fir #084F18
RGB
CMYK
RGB Variations
Color information
#084F18 (or 0x084F18) is known color: Deep Fir. HEX triplet: 08, 4F and 18. RGB value is (8,79,24). Sum of RGB (Red+Green+Blue) = 8+79+24=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 79 (31.25% from 255 or 71.17% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 79 - color contains mainly: green. Hex color #084F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #084F18 is #F7B0E7. Grayscale: #333333. Windows color (decimal): -16232680 or 1593096. OLE color: 1593096.
HSL color Cylindrical-coordinate representation of color #084F18: hue angle of 133.52º degrees, saturation: 0.82, 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 #084F18 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 79 | 24 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.69 |
| HSL | 133.52º | 0.82% | 0.17% | - |
| HSV(B) | 133.52º | 0.9% | 0.31% | - |
| XYZ | 3.06 | 5.71 | 1.8 | - |
| YUV | 51.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 24 | 0.90 | 0 | 0.70 | 0.69 | 133.52 | 0.82 | 0.17 |
| Hex | 8 | 4F | 18 | 5A | 0 | 46 | 45 | 86 | 52 | 11 |
| Octal | 10 | 117 | 30 | 132 | 0 | 106 | 105 | 206 | 122 | 21 |
| Binary | 1000 | 1001111 | 11000 | 1011010 | 0 | 1000110 | 1000101 | 10000110 | 1010010 | 10001 |
Color Harmonies of #084F18
Complementary color
Monochromatic Colors of #084F18
Black with #084F18
Text Example
Text Example
White with #084F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084F18; }
p { color: rgb(8,79,24); }
H1.HeaderClassName
{
color: #084F18;
}
.AnyTagClassName
{
color: #084F18;
}
</style>
background-color css
<style>
a { background-color: #084F18; }
a { background-color: rgb(8,79,24); }
div.DivClassName
{
background-color: #084F18;
}
.BgClassName
{
background-color: #084F18;
}
</style>
border-color css
<style>
span { border-color: #084F18; }
span { border-color: rgb(8,79,24); }
td.TdClassName
{
border-color: #084F18;
}
.TagClassName
{
border-color: #084F18;
}
</style>