Shades of Deep Fir #073A12
Tints of Deep Fir #073A12
RGB
CMYK
RGB Variations
Color information
#073A12 (or 0x073A12) is known color: Deep Fir. HEX triplet: 07, 3A and 12. RGB value is (7,58,18). Sum of RGB (Red+Green+Blue) = 7+58+18=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 58 (23.05% from 255 or 69.88% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 58 - color contains mainly: green. Hex color #073A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073A12 is #F8C5ED. Grayscale: #262626. Windows color (decimal): -16303598 or 1194503. OLE color: 1194503.
HSL color Cylindrical-coordinate representation of color #073A12: hue angle of 132.94º 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 #073A12 is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 58 | 18 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.77 |
| HSL | 132.94º | 0.78% | 0.13% | - |
| HSV(B) | 132.94º | 0.88% | 0.23% | - |
| XYZ | 1.71 | 3.11 | 1.08 | - |
| YUV | 38.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 18 | 0.88 | 0 | 0.69 | 0.77 | 132.94 | 0.78 | 0.13 |
| Hex | 7 | 3A | 12 | 58 | 0 | 45 | 4D | 85 | 4E | D |
| Octal | 7 | 72 | 22 | 130 | 0 | 105 | 115 | 205 | 116 | 15 |
| Binary | 111 | 111010 | 10010 | 1011000 | 0 | 1000101 | 1001101 | 10000101 | 1001110 | 1101 |
Color Harmonies of #073A12
Complementary color
Monochromatic Colors of #073A12
Black with #073A12
Text Example
Text Example
White with #073A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A12; }
p { color: rgb(7,58,18); }
H1.HeaderClassName
{
color: #073A12;
}
.AnyTagClassName
{
color: #073A12;
}
</style>
background-color css
<style>
a { background-color: #073A12; }
a { background-color: rgb(7,58,18); }
div.DivClassName
{
background-color: #073A12;
}
.BgClassName
{
background-color: #073A12;
}
</style>
border-color css
<style>
span { border-color: #073A12; }
span { border-color: rgb(7,58,18); }
td.TdClassName
{
border-color: #073A12;
}
.TagClassName
{
border-color: #073A12;
}
</style>