Shades of Deep Fir #084C14
Tints of Deep Fir #084C14
RGB
CMYK
RGB Variations
Color information
#084C14 (or 0x084C14) is known color: Deep Fir. HEX triplet: 08, 4C and 14. RGB value is (8,76,20). Sum of RGB (Red+Green+Blue) = 8+76+20=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 76 (30.08% from 255 or 73.08% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 76 - color contains mainly: green. Hex color #084C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084C14 is #F7B3EB. Grayscale: #313131. Windows color (decimal): -16233452 or 1330184. OLE color: 1330184.
HSL color Cylindrical-coordinate representation of color #084C14: hue angle of 130.59º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084C14 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 76 | 20 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.70 |
| HSL | 130.59º | 0.81% | 0.16% | - |
| HSV(B) | 130.59º | 0.89% | 0.3% | - |
| XYZ | 2.81 | 5.27 | 1.53 | - |
| YUV | 49.28 | 111.47 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 20 | 0.89 | 0 | 0.74 | 0.70 | 130.59 | 0.81 | 0.16 |
| Hex | 8 | 4C | 14 | 59 | 0 | 4A | 46 | 83 | 51 | 10 |
| Octal | 10 | 114 | 24 | 131 | 0 | 112 | 106 | 203 | 121 | 20 |
| Binary | 1000 | 1001100 | 10100 | 1011001 | 0 | 1001010 | 1000110 | 10000011 | 1010001 | 10000 |
Color Harmonies of #084C14
Complementary color
Monochromatic Colors of #084C14
Black with #084C14
Text Example
Text Example
White with #084C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C14; }
p { color: rgb(8,76,20); }
H1.HeaderClassName
{
color: #084C14;
}
.AnyTagClassName
{
color: #084C14;
}
</style>
background-color css
<style>
a { background-color: #084C14; }
a { background-color: rgb(8,76,20); }
div.DivClassName
{
background-color: #084C14;
}
.BgClassName
{
background-color: #084C14;
}
</style>
border-color css
<style>
span { border-color: #084C14; }
span { border-color: rgb(8,76,20); }
td.TdClassName
{
border-color: #084C14;
}
.TagClassName
{
border-color: #084C14;
}
</style>