Shades of Deep Fir #073F10
Tints of Deep Fir #073F10
RGB
CMYK
RGB Variations
Color information
#073F10 (or 0x073F10) is known color: Deep Fir. HEX triplet: 07, 3F and 10. RGB value is (7,63,16). Sum of RGB (Red+Green+Blue) = 7+63+16=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 63 (25% from 255 or 73.26% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 63 - color contains mainly: green. Hex color #073F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073F10 is #F8C0EF. Grayscale: #292929. Windows color (decimal): -16302320 or 1064711. OLE color: 1064711.
HSL color Cylindrical-coordinate representation of color #073F10: hue angle of 129.64º 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 #073F10 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 63 | 16 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.75 |
| HSL | 129.64º | 0.8% | 0.14% | - |
| HSV(B) | 129.64º | 0.89% | 0.25% | - |
| XYZ | 1.96 | 3.64 | 1.09 | - |
| YUV | 40.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 63 | 16 | 0.89 | 0 | 0.75 | 0.75 | 129.64 | 0.8 | 0.14 |
| Hex | 7 | 3F | 10 | 59 | 0 | 4B | 4B | 82 | 50 | E |
| Octal | 7 | 77 | 20 | 131 | 0 | 113 | 113 | 202 | 120 | 16 |
| Binary | 111 | 111111 | 10000 | 1011001 | 0 | 1001011 | 1001011 | 10000010 | 1010000 | 1110 |
Color Harmonies of #073F10
Complementary color
Monochromatic Colors of #073F10
Black with #073F10
Text Example
Text Example
White with #073F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073F10; }
p { color: rgb(7,63,16); }
H1.HeaderClassName
{
color: #073F10;
}
.AnyTagClassName
{
color: #073F10;
}
</style>
background-color css
<style>
a { background-color: #073F10; }
a { background-color: rgb(7,63,16); }
div.DivClassName
{
background-color: #073F10;
}
.BgClassName
{
background-color: #073F10;
}
</style>
border-color css
<style>
span { border-color: #073F10; }
span { border-color: rgb(7,63,16); }
td.TdClassName
{
border-color: #073F10;
}
.TagClassName
{
border-color: #073F10;
}
</style>