Shades of Deep Fir #074B19
Tints of Deep Fir #074B19
RGB
CMYK
RGB Variations
Color information
#074B19 (or 0x074B19) is known color: Deep Fir. HEX triplet: 07, 4B and 19. RGB value is (7,75,25). Sum of RGB (Red+Green+Blue) = 7+75+25=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 75 (29.69% from 255 or 70.09% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 75 - color contains mainly: green. Hex color #074B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074B19 is #F8B4E6. Grayscale: #313131. Windows color (decimal): -16299239 or 1657607. OLE color: 1657607.
HSL color Cylindrical-coordinate representation of color #074B19: hue angle of 135.88º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074B19 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 75 | 25 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.71 |
| HSL | 135.88º | 0.83% | 0.16% | - |
| HSV(B) | 135.88º | 0.91% | 0.29% | - |
| XYZ | 2.78 | 5.15 | 1.77 | - |
| YUV | 48.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 25 | 0.91 | 0 | 0.67 | 0.71 | 135.88 | 0.83 | 0.16 |
| Hex | 7 | 4B | 19 | 5B | 0 | 43 | 47 | 88 | 53 | 10 |
| Octal | 7 | 113 | 31 | 133 | 0 | 103 | 107 | 210 | 123 | 20 |
| Binary | 111 | 1001011 | 11001 | 1011011 | 0 | 1000011 | 1000111 | 10001000 | 1010011 | 10000 |
Color Harmonies of #074B19
Complementary color
Monochromatic Colors of #074B19
Black with #074B19
Text Example
Text Example
White with #074B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B19; }
p { color: rgb(7,75,25); }
H1.HeaderClassName
{
color: #074B19;
}
.AnyTagClassName
{
color: #074B19;
}
</style>
background-color css
<style>
a { background-color: #074B19; }
a { background-color: rgb(7,75,25); }
div.DivClassName
{
background-color: #074B19;
}
.BgClassName
{
background-color: #074B19;
}
</style>
border-color css
<style>
span { border-color: #074B19; }
span { border-color: rgb(7,75,25); }
td.TdClassName
{
border-color: #074B19;
}
.TagClassName
{
border-color: #074B19;
}
</style>