Shades of Deep Fir #074818
Tints of Deep Fir #074818
RGB
CMYK
RGB Variations
Color information
#074818 (or 0x074818) is known color: Deep Fir. HEX triplet: 07, 48 and 18. RGB value is (7,72,24). Sum of RGB (Red+Green+Blue) = 7+72+24=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 72 (28.52% from 255 or 69.90% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 72 - color contains mainly: green. Hex color #074818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074818 is #F8B7E7. Grayscale: #2F2F2F. Windows color (decimal): -16300008 or 1591303. OLE color: 1591303.
HSL color Cylindrical-coordinate representation of color #074818: hue angle of 135.69º 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 #074818 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 72 | 24 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.72 |
| HSL | 135.69º | 0.82% | 0.15% | - |
| HSV(B) | 135.69º | 0.9% | 0.28% | - |
| XYZ | 2.57 | 4.75 | 1.64 | - |
| YUV | 47.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 24 | 0.90 | 0 | 0.67 | 0.72 | 135.69 | 0.82 | 0.15 |
| Hex | 7 | 48 | 18 | 5A | 0 | 43 | 48 | 88 | 52 | F |
| Octal | 7 | 110 | 30 | 132 | 0 | 103 | 110 | 210 | 122 | 17 |
| Binary | 111 | 1001000 | 11000 | 1011010 | 0 | 1000011 | 1001000 | 10001000 | 1010010 | 1111 |
Color Harmonies of #074818
Complementary color
Monochromatic Colors of #074818
Black with #074818
Text Example
Text Example
White with #074818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074818; }
p { color: rgb(7,72,24); }
H1.HeaderClassName
{
color: #074818;
}
.AnyTagClassName
{
color: #074818;
}
</style>
background-color css
<style>
a { background-color: #074818; }
a { background-color: rgb(7,72,24); }
div.DivClassName
{
background-color: #074818;
}
.BgClassName
{
background-color: #074818;
}
</style>
border-color css
<style>
span { border-color: #074818; }
span { border-color: rgb(7,72,24); }
td.TdClassName
{
border-color: #074818;
}
.TagClassName
{
border-color: #074818;
}
</style>