Shades of Deep Fir #074312
Tints of Deep Fir #074312
RGB
CMYK
RGB Variations
Color information
#074312 (or 0x074312) is known color: Deep Fir. HEX triplet: 07, 43 and 12. RGB value is (7,67,18). Sum of RGB (Red+Green+Blue) = 7+67+18=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 67 (26.56% from 255 or 72.83% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 67 - color contains mainly: green. Hex color #074312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074312 is #F8BCED. Grayscale: #2B2B2B. Windows color (decimal): -16301294 or 1196807. OLE color: 1196807.
HSL color Cylindrical-coordinate representation of color #074312: hue angle of 131º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074312 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 67 | 18 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.74 |
| HSL | 131º | 0.81% | 0.15% | - |
| HSV(B) | 131º | 0.9% | 0.26% | - |
| XYZ | 2.2 | 4.1 | 1.25 | - |
| YUV | 43.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 18 | 0.90 | 0 | 0.73 | 0.74 | 131 | 0.81 | 0.15 |
| Hex | 7 | 43 | 12 | 5A | 0 | 49 | 4A | 83 | 51 | F |
| Octal | 7 | 103 | 22 | 132 | 0 | 111 | 112 | 203 | 121 | 17 |
| Binary | 111 | 1000011 | 10010 | 1011010 | 0 | 1001001 | 1001010 | 10000011 | 1010001 | 1111 |
Color Harmonies of #074312
Complementary color
Monochromatic Colors of #074312
Black with #074312
Text Example
Text Example
White with #074312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074312; }
p { color: rgb(7,67,18); }
H1.HeaderClassName
{
color: #074312;
}
.AnyTagClassName
{
color: #074312;
}
</style>
background-color css
<style>
a { background-color: #074312; }
a { background-color: rgb(7,67,18); }
div.DivClassName
{
background-color: #074312;
}
.BgClassName
{
background-color: #074312;
}
</style>
border-color css
<style>
span { border-color: #074312; }
span { border-color: rgb(7,67,18); }
td.TdClassName
{
border-color: #074312;
}
.TagClassName
{
border-color: #074312;
}
</style>