Shades of Deep Fir #074919
Tints of Deep Fir #074919
RGB
CMYK
RGB Variations
Color information
#074919 (or 0x074919) is known color: Deep Fir. HEX triplet: 07, 49 and 19. RGB value is (7,73,25). Sum of RGB (Red+Green+Blue) = 7+73+25=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 73 (28.91% from 255 or 69.52% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 73 - color contains mainly: green. Hex color #074919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074919 is #F8B6E6. Grayscale: #2F2F2F. Windows color (decimal): -16299751 or 1657095. OLE color: 1657095.
HSL color Cylindrical-coordinate representation of color #074919: hue angle of 136.36º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074919 is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 73 | 25 | - |
| CMYK | 0.90 | 0 | 0.66 | 0.71 |
| HSL | 136.36º | 0.83% | 0.16% | - |
| HSV(B) | 136.36º | 0.9% | 0.29% | - |
| XYZ | 2.65 | 4.88 | 1.72 | - |
| YUV | 47.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 25 | 0.90 | 0 | 0.66 | 0.71 | 136.36 | 0.83 | 0.16 |
| Hex | 7 | 49 | 19 | 5A | 0 | 42 | 47 | 88 | 52 | 10 |
| Octal | 7 | 111 | 31 | 132 | 0 | 102 | 107 | 210 | 122 | 20 |
| Binary | 111 | 1001001 | 11001 | 1011010 | 0 | 1000010 | 1000111 | 10001000 | 1010010 | 10000 |
Color Harmonies of #074919
Complementary color
Monochromatic Colors of #074919
Black with #074919
Text Example
Text Example
White with #074919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074919; }
p { color: rgb(7,73,25); }
H1.HeaderClassName
{
color: #074919;
}
.AnyTagClassName
{
color: #074919;
}
</style>
background-color css
<style>
a { background-color: #074919; }
a { background-color: rgb(7,73,25); }
div.DivClassName
{
background-color: #074919;
}
.BgClassName
{
background-color: #074919;
}
</style>
border-color css
<style>
span { border-color: #074919; }
span { border-color: rgb(7,73,25); }
td.TdClassName
{
border-color: #074919;
}
.TagClassName
{
border-color: #074919;
}
</style>