Shades of Deep Fir #074517
Tints of Deep Fir #074517
RGB
CMYK
RGB Variations
Color information
#074517 (or 0x074517) is known color: Deep Fir. HEX triplet: 07, 45 and 17. RGB value is (7,69,23). Sum of RGB (Red+Green+Blue) = 7+69+23=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 69 (27.34% from 255 or 69.70% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 69 - color contains mainly: green. Hex color #074517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074517 is #F8BAE8. Grayscale: #2D2D2D. Windows color (decimal): -16300777 or 1524999. OLE color: 1524999.
HSL color Cylindrical-coordinate representation of color #074517: hue angle of 135.48º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074517 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 69 | 23 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.73 |
| HSL | 135.48º | 0.82% | 0.15% | - |
| HSV(B) | 135.48º | 0.9% | 0.27% | - |
| XYZ | 2.37 | 4.36 | 1.53 | - |
| YUV | 45.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 23 | 0.90 | 0 | 0.67 | 0.73 | 135.48 | 0.82 | 0.15 |
| Hex | 7 | 45 | 17 | 5A | 0 | 43 | 49 | 87 | 52 | F |
| Octal | 7 | 105 | 27 | 132 | 0 | 103 | 111 | 207 | 122 | 17 |
| Binary | 111 | 1000101 | 10111 | 1011010 | 0 | 1000011 | 1001001 | 10000111 | 1010010 | 1111 |
Color Harmonies of #074517
Complementary color
Monochromatic Colors of #074517
Black with #074517
Text Example
Text Example
White with #074517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074517; }
p { color: rgb(7,69,23); }
H1.HeaderClassName
{
color: #074517;
}
.AnyTagClassName
{
color: #074517;
}
</style>
background-color css
<style>
a { background-color: #074517; }
a { background-color: rgb(7,69,23); }
div.DivClassName
{
background-color: #074517;
}
.BgClassName
{
background-color: #074517;
}
</style>
border-color css
<style>
span { border-color: #074517; }
span { border-color: rgb(7,69,23); }
td.TdClassName
{
border-color: #074517;
}
.TagClassName
{
border-color: #074517;
}
</style>