Shades of Deep Fir #084F15
Tints of Deep Fir #084F15
RGB
CMYK
RGB Variations
Color information
#084F15 (or 0x084F15) is known color: Deep Fir. HEX triplet: 08, 4F and 15. RGB value is (8,79,21). Sum of RGB (Red+Green+Blue) = 8+79+21=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 79 (31.25% from 255 or 73.15% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 79 - color contains mainly: green. Hex color #084F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #084F15 is #F7B0EA. Grayscale: #333333. Windows color (decimal): -16232683 or 1396488. OLE color: 1396488.
HSL color Cylindrical-coordinate representation of color #084F15: hue angle of 130.99º 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 #084F15 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 79 | 21 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.69 |
| HSL | 130.99º | 0.82% | 0.17% | - |
| HSV(B) | 130.99º | 0.9% | 0.31% | - |
| XYZ | 3.03 | 5.7 | 1.65 | - |
| YUV | 51.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 21 | 0.90 | 0 | 0.73 | 0.69 | 130.99 | 0.82 | 0.17 |
| Hex | 8 | 4F | 15 | 5A | 0 | 49 | 45 | 83 | 52 | 11 |
| Octal | 10 | 117 | 25 | 132 | 0 | 111 | 105 | 203 | 122 | 21 |
| Binary | 1000 | 1001111 | 10101 | 1011010 | 0 | 1001001 | 1000101 | 10000011 | 1010010 | 10001 |
Color Harmonies of #084F15
Complementary color
Monochromatic Colors of #084F15
Black with #084F15
Text Example
Text Example
White with #084F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084F15; }
p { color: rgb(8,79,21); }
H1.HeaderClassName
{
color: #084F15;
}
.AnyTagClassName
{
color: #084F15;
}
</style>
background-color css
<style>
a { background-color: #084F15; }
a { background-color: rgb(8,79,21); }
div.DivClassName
{
background-color: #084F15;
}
.BgClassName
{
background-color: #084F15;
}
</style>
border-color css
<style>
span { border-color: #084F15; }
span { border-color: rgb(8,79,21); }
td.TdClassName
{
border-color: #084F15;
}
.TagClassName
{
border-color: #084F15;
}
</style>