Shades of Deep Fir #074017
Tints of Deep Fir #074017
RGB
CMYK
RGB Variations
Color information
#074017 (or 0x074017) is known color: Deep Fir. HEX triplet: 07, 40 and 17. RGB value is (7,64,23). Sum of RGB (Red+Green+Blue) = 7+64+23=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 64 (25.39% from 255 or 68.09% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 64 - color contains mainly: green. Hex color #074017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074017 is #F8BFE8. Grayscale: #2A2A2A. Windows color (decimal): -16302057 or 1523719. OLE color: 1523719.
HSL color Cylindrical-coordinate representation of color #074017: hue angle of 136.84º degrees, saturation: 0.8, 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 #074017 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 64 | 23 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.75 |
| HSL | 136.84º | 0.8% | 0.14% | - |
| HSV(B) | 136.84º | 0.89% | 0.25% | - |
| XYZ | 2.08 | 3.77 | 1.43 | - |
| YUV | 42.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 23 | 0.89 | 0 | 0.64 | 0.75 | 136.84 | 0.8 | 0.14 |
| Hex | 7 | 40 | 17 | 59 | 0 | 40 | 4B | 89 | 50 | E |
| Octal | 7 | 100 | 27 | 131 | 0 | 100 | 113 | 211 | 120 | 16 |
| Binary | 111 | 1000000 | 10111 | 1011001 | 0 | 1000000 | 1001011 | 10001001 | 1010000 | 1110 |
Color Harmonies of #074017
Complementary color
Monochromatic Colors of #074017
Black with #074017
Text Example
Text Example
White with #074017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074017; }
p { color: rgb(7,64,23); }
H1.HeaderClassName
{
color: #074017;
}
.AnyTagClassName
{
color: #074017;
}
</style>
background-color css
<style>
a { background-color: #074017; }
a { background-color: rgb(7,64,23); }
div.DivClassName
{
background-color: #074017;
}
.BgClassName
{
background-color: #074017;
}
</style>
border-color css
<style>
span { border-color: #074017; }
span { border-color: rgb(7,64,23); }
td.TdClassName
{
border-color: #074017;
}
.TagClassName
{
border-color: #074017;
}
</style>