Shades of Deep Fir #074219
Tints of Deep Fir #074219
RGB
CMYK
RGB Variations
Color information
#074219 (or 0x074219) is known color: Deep Fir. HEX triplet: 07, 42 and 19. RGB value is (7,66,25). Sum of RGB (Red+Green+Blue) = 7+66+25=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 66 (26.17% from 255 or 67.35% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 66 - color contains mainly: green. Hex color #074219 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074219 is #F8BDE6. Grayscale: #2B2B2B. Windows color (decimal): -16301543 or 1655303. OLE color: 1655303.
HSL color Cylindrical-coordinate representation of color #074219: hue angle of 138.31º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074219 is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 66 | 25 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.74 |
| HSL | 138.31º | 0.81% | 0.14% | - |
| HSV(B) | 138.31º | 0.89% | 0.26% | - |
| XYZ | 2.21 | 4.01 | 1.58 | - |
| YUV | 43.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 25 | 0.89 | 0 | 0.62 | 0.74 | 138.31 | 0.81 | 0.14 |
| Hex | 7 | 42 | 19 | 59 | 0 | 3E | 4A | 8A | 51 | E |
| Octal | 7 | 102 | 31 | 131 | 0 | 76 | 112 | 212 | 121 | 16 |
| Binary | 111 | 1000010 | 11001 | 1011001 | 0 | 111110 | 1001010 | 10001010 | 1010001 | 1110 |
Color Harmonies of #074219
Complementary color
Monochromatic Colors of #074219
Black with #074219
Text Example
Text Example
White with #074219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074219; }
p { color: rgb(7,66,25); }
H1.HeaderClassName
{
color: #074219;
}
.AnyTagClassName
{
color: #074219;
}
</style>
background-color css
<style>
a { background-color: #074219; }
a { background-color: rgb(7,66,25); }
div.DivClassName
{
background-color: #074219;
}
.BgClassName
{
background-color: #074219;
}
</style>
border-color css
<style>
span { border-color: #074219; }
span { border-color: rgb(7,66,25); }
td.TdClassName
{
border-color: #074219;
}
.TagClassName
{
border-color: #074219;
}
</style>