Shades of Deep Fir #074817
Tints of Deep Fir #074817
RGB
CMYK
RGB Variations
Color information
#074817 (or 0x074817) is known color: Deep Fir. HEX triplet: 07, 48 and 17. RGB value is (7,72,23). Sum of RGB (Red+Green+Blue) = 7+72+23=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 72 (28.52% from 255 or 70.59% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 72 - color contains mainly: green. Hex color #074817 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074817 is #F8B7E8. Grayscale: #2F2F2F. Windows color (decimal): -16300009 or 1525767. OLE color: 1525767.
HSL color Cylindrical-coordinate representation of color #074817: hue angle of 134.77º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074817 is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 72 | 23 | - |
| CMYK | 0.90 | 0 | 0.68 | 0.72 |
| HSL | 134.77º | 0.82% | 0.15% | - |
| HSV(B) | 134.77º | 0.9% | 0.28% | - |
| XYZ | 2.56 | 4.74 | 1.59 | - |
| YUV | 46.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 23 | 0.90 | 0 | 0.68 | 0.72 | 134.77 | 0.82 | 0.15 |
| Hex | 7 | 48 | 17 | 5A | 0 | 44 | 48 | 87 | 52 | F |
| Octal | 7 | 110 | 27 | 132 | 0 | 104 | 110 | 207 | 122 | 17 |
| Binary | 111 | 1001000 | 10111 | 1011010 | 0 | 1000100 | 1001000 | 10000111 | 1010010 | 1111 |
Color Harmonies of #074817
Complementary color
Monochromatic Colors of #074817
Black with #074817
Text Example
Text Example
White with #074817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074817; }
p { color: rgb(7,72,23); }
H1.HeaderClassName
{
color: #074817;
}
.AnyTagClassName
{
color: #074817;
}
</style>
background-color css
<style>
a { background-color: #074817; }
a { background-color: rgb(7,72,23); }
div.DivClassName
{
background-color: #074817;
}
.BgClassName
{
background-color: #074817;
}
</style>
border-color css
<style>
span { border-color: #074817; }
span { border-color: rgb(7,72,23); }
td.TdClassName
{
border-color: #074817;
}
.TagClassName
{
border-color: #074817;
}
</style>