Shades of Deep Fir #074010
Tints of Deep Fir #074010
RGB
CMYK
RGB Variations
Color information
#074010 (or 0x074010) is known color: Deep Fir. HEX triplet: 07, 40 and 10. RGB value is (7,64,16). Sum of RGB (Red+Green+Blue) = 7+64+16=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 64 (25.39% from 255 or 73.56% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 64 - color contains mainly: green. Hex color #074010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074010 is #F8BFEF. Grayscale: #292929. Windows color (decimal): -16302064 or 1064967. OLE color: 1064967.
HSL color Cylindrical-coordinate representation of color #074010: hue angle of 129.47º 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 #074010 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 64 | 16 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.75 |
| HSL | 129.47º | 0.8% | 0.14% | - |
| HSV(B) | 129.47º | 0.89% | 0.25% | - |
| XYZ | 2.01 | 3.75 | 1.11 | - |
| YUV | 41.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 16 | 0.89 | 0 | 0.75 | 0.75 | 129.47 | 0.8 | 0.14 |
| Hex | 7 | 40 | 10 | 59 | 0 | 4B | 4B | 81 | 50 | E |
| Octal | 7 | 100 | 20 | 131 | 0 | 113 | 113 | 201 | 120 | 16 |
| Binary | 111 | 1000000 | 10000 | 1011001 | 0 | 1001011 | 1001011 | 10000001 | 1010000 | 1110 |
Color Harmonies of #074010
Complementary color
Monochromatic Colors of #074010
Black with #074010
Text Example
Text Example
White with #074010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074010; }
p { color: rgb(7,64,16); }
H1.HeaderClassName
{
color: #074010;
}
.AnyTagClassName
{
color: #074010;
}
</style>
background-color css
<style>
a { background-color: #074010; }
a { background-color: rgb(7,64,16); }
div.DivClassName
{
background-color: #074010;
}
.BgClassName
{
background-color: #074010;
}
</style>
border-color css
<style>
span { border-color: #074010; }
span { border-color: rgb(7,64,16); }
td.TdClassName
{
border-color: #074010;
}
.TagClassName
{
border-color: #074010;
}
</style>