Shades of Deep Fir #073F16
Tints of Deep Fir #073F16
RGB
CMYK
RGB Variations
Color information
#073F16 (or 0x073F16) is known color: Deep Fir. HEX triplet: 07, 3F and 16. RGB value is (7,63,22). Sum of RGB (Red+Green+Blue) = 7+63+22=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 63 (25% from 255 or 68.48% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 63 - color contains mainly: green. Hex color #073F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073F16 is #F8C0E9. Grayscale: #292929. Windows color (decimal): -16302314 or 1457927. OLE color: 1457927.
HSL color Cylindrical-coordinate representation of color #073F16: hue angle of 136.07º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073F16 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 63 | 22 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.75 |
| HSL | 136.07º | 0.8% | 0.14% | - |
| HSV(B) | 136.07º | 0.89% | 0.25% | - |
| XYZ | 2.01 | 3.66 | 1.36 | - |
| YUV | 41.58 | 116.95 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 22 | 0.89 | 0 | 0.65 | 0.75 | 136.07 | 0.8 | 0.14 |
| Hex | 7 | 3F | 16 | 59 | 0 | 41 | 4B | 88 | 50 | E |
| Octal | 7 | 77 | 26 | 131 | 0 | 101 | 113 | 210 | 120 | 16 |
| Binary | 111 | 111111 | 10110 | 1011001 | 0 | 1000001 | 1001011 | 10001000 | 1010000 | 1110 |
Color Harmonies of #073F16
Complementary color
Monochromatic Colors of #073F16
Black with #073F16
Text Example
Text Example
White with #073F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073F16; }
p { color: rgb(7,63,22); }
H1.HeaderClassName
{
color: #073F16;
}
.AnyTagClassName
{
color: #073F16;
}
</style>
background-color css
<style>
a { background-color: #073F16; }
a { background-color: rgb(7,63,22); }
div.DivClassName
{
background-color: #073F16;
}
.BgClassName
{
background-color: #073F16;
}
</style>
border-color css
<style>
span { border-color: #073F16; }
span { border-color: rgb(7,63,22); }
td.TdClassName
{
border-color: #073F16;
}
.TagClassName
{
border-color: #073F16;
}
</style>