Shades of Deep Fir #073A10
Tints of Deep Fir #073A10
RGB
CMYK
RGB Variations
Color information
#073A10 (or 0x073A10) is known color: Deep Fir. HEX triplet: 07, 3A and 10. RGB value is (7,58,16). Sum of RGB (Red+Green+Blue) = 7+58+16=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 58 (23.05% from 255 or 71.60% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 58 - color contains mainly: green. Hex color #073A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073A10 is #F8C5EF. Grayscale: #262626. Windows color (decimal): -16303600 or 1063431. OLE color: 1063431.
HSL color Cylindrical-coordinate representation of color #073A10: hue angle of 130.59º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073A10 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 58 | 16 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.77 |
| HSL | 130.59º | 0.78% | 0.13% | - |
| HSV(B) | 130.59º | 0.88% | 0.23% | - |
| XYZ | 1.69 | 3.11 | 1 | - |
| YUV | 37.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 16 | 0.88 | 0 | 0.72 | 0.77 | 130.59 | 0.78 | 0.13 |
| Hex | 7 | 3A | 10 | 58 | 0 | 48 | 4D | 83 | 4E | D |
| Octal | 7 | 72 | 20 | 130 | 0 | 110 | 115 | 203 | 116 | 15 |
| Binary | 111 | 111010 | 10000 | 1011000 | 0 | 1001000 | 1001101 | 10000011 | 1001110 | 1101 |
Color Harmonies of #073A10
Complementary color
Monochromatic Colors of #073A10
Black with #073A10
Text Example
Text Example
White with #073A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A10; }
p { color: rgb(7,58,16); }
H1.HeaderClassName
{
color: #073A10;
}
.AnyTagClassName
{
color: #073A10;
}
</style>
background-color css
<style>
a { background-color: #073A10; }
a { background-color: rgb(7,58,16); }
div.DivClassName
{
background-color: #073A10;
}
.BgClassName
{
background-color: #073A10;
}
</style>
border-color css
<style>
span { border-color: #073A10; }
span { border-color: rgb(7,58,16); }
td.TdClassName
{
border-color: #073A10;
}
.TagClassName
{
border-color: #073A10;
}
</style>