Shades of Deep Fir #074119
Tints of Deep Fir #074119
RGB
CMYK
RGB Variations
Color information
#074119 (or 0x074119) is known color: Deep Fir. HEX triplet: 07, 41 and 19. RGB value is (7,65,25). Sum of RGB (Red+Green+Blue) = 7+65+25=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 65 (25.78% from 255 or 67.01% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 65 - color contains mainly: green. Hex color #074119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074119 is #F8BEE6. Grayscale: #2B2B2B. Windows color (decimal): -16301799 or 1655047. OLE color: 1655047.
HSL color Cylindrical-coordinate representation of color #074119: hue angle of 138.62º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074119 is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 65 | 25 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.75 |
| HSL | 138.62º | 0.81% | 0.14% | - |
| HSV(B) | 138.62º | 0.89% | 0.25% | - |
| XYZ | 2.15 | 3.9 | 1.56 | - |
| YUV | 43.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 25 | 0.89 | 0 | 0.62 | 0.75 | 138.62 | 0.81 | 0.14 |
| Hex | 7 | 41 | 19 | 59 | 0 | 3E | 4B | 8B | 51 | E |
| Octal | 7 | 101 | 31 | 131 | 0 | 76 | 113 | 213 | 121 | 16 |
| Binary | 111 | 1000001 | 11001 | 1011001 | 0 | 111110 | 1001011 | 10001011 | 1010001 | 1110 |
Color Harmonies of #074119
Complementary color
Monochromatic Colors of #074119
Black with #074119
Text Example
Text Example
White with #074119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074119; }
p { color: rgb(7,65,25); }
H1.HeaderClassName
{
color: #074119;
}
.AnyTagClassName
{
color: #074119;
}
</style>
background-color css
<style>
a { background-color: #074119; }
a { background-color: rgb(7,65,25); }
div.DivClassName
{
background-color: #074119;
}
.BgClassName
{
background-color: #074119;
}
</style>
border-color css
<style>
span { border-color: #074119; }
span { border-color: rgb(7,65,25); }
td.TdClassName
{
border-color: #074119;
}
.TagClassName
{
border-color: #074119;
}
</style>