Shades of Deep Fir #073C16
Tints of Deep Fir #073C16
RGB
CMYK
RGB Variations
Color information
#073C16 (or 0x073C16) is known color: Deep Fir. HEX triplet: 07, 3C and 16. RGB value is (7,60,22). Sum of RGB (Red+Green+Blue) = 7+60+22=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 60 (23.83% from 255 or 67.42% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 60 - color contains mainly: green. Hex color #073C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073C16 is #F8C3E9. Grayscale: #272727. Windows color (decimal): -16303082 or 1457159. OLE color: 1457159.
HSL color Cylindrical-coordinate representation of color #073C16: hue angle of 136.98º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073C16 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 22 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.76 |
| HSL | 136.98º | 0.79% | 0.13% | - |
| HSV(B) | 136.98º | 0.88% | 0.24% | - |
| XYZ | 1.85 | 3.33 | 1.31 | - |
| YUV | 39.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 22 | 0.88 | 0 | 0.63 | 0.76 | 136.98 | 0.79 | 0.13 |
| Hex | 7 | 3C | 16 | 58 | 0 | 3F | 4C | 89 | 4F | D |
| Octal | 7 | 74 | 26 | 130 | 0 | 77 | 114 | 211 | 117 | 15 |
| Binary | 111 | 111100 | 10110 | 1011000 | 0 | 111111 | 1001100 | 10001001 | 1001111 | 1101 |
Color Harmonies of #073C16
Complementary color
Monochromatic Colors of #073C16
Black with #073C16
Text Example
Text Example
White with #073C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C16; }
p { color: rgb(7,60,22); }
H1.HeaderClassName
{
color: #073C16;
}
.AnyTagClassName
{
color: #073C16;
}
</style>
background-color css
<style>
a { background-color: #073C16; }
a { background-color: rgb(7,60,22); }
div.DivClassName
{
background-color: #073C16;
}
.BgClassName
{
background-color: #073C16;
}
</style>
border-color css
<style>
span { border-color: #073C16; }
span { border-color: rgb(7,60,22); }
td.TdClassName
{
border-color: #073C16;
}
.TagClassName
{
border-color: #073C16;
}
</style>