Shades of Deep Fir #073C11
Tints of Deep Fir #073C11
RGB
CMYK
RGB Variations
Color information
#073C11 (or 0x073C11) is known color: Deep Fir. HEX triplet: 07, 3C and 11. RGB value is (7,60,17). Sum of RGB (Red+Green+Blue) = 7+60+17=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 60 (23.83% from 255 or 71.43% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 60 - color contains mainly: green. Hex color #073C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073C11 is #F8C3EE. Grayscale: #272727. Windows color (decimal): -16303087 or 1129479. OLE color: 1129479.
HSL color Cylindrical-coordinate representation of color #073C11: hue angle of 131.32º 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 #073C11 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 17 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.76 |
| HSL | 131.32º | 0.79% | 0.13% | - |
| HSV(B) | 131.32º | 0.88% | 0.24% | - |
| XYZ | 1.8 | 3.32 | 1.08 | - |
| YUV | 39.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 17 | 0.88 | 0 | 0.72 | 0.76 | 131.32 | 0.79 | 0.13 |
| Hex | 7 | 3C | 11 | 58 | 0 | 48 | 4C | 83 | 4F | D |
| Octal | 7 | 74 | 21 | 130 | 0 | 110 | 114 | 203 | 117 | 15 |
| Binary | 111 | 111100 | 10001 | 1011000 | 0 | 1001000 | 1001100 | 10000011 | 1001111 | 1101 |
Color Harmonies of #073C11
Complementary color
Monochromatic Colors of #073C11
Black with #073C11
Text Example
Text Example
White with #073C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C11; }
p { color: rgb(7,60,17); }
H1.HeaderClassName
{
color: #073C11;
}
.AnyTagClassName
{
color: #073C11;
}
</style>
background-color css
<style>
a { background-color: #073C11; }
a { background-color: rgb(7,60,17); }
div.DivClassName
{
background-color: #073C11;
}
.BgClassName
{
background-color: #073C11;
}
</style>
border-color css
<style>
span { border-color: #073C11; }
span { border-color: rgb(7,60,17); }
td.TdClassName
{
border-color: #073C11;
}
.TagClassName
{
border-color: #073C11;
}
</style>