Shades of Deep Fir #074C15
Tints of Deep Fir #074C15
RGB
CMYK
RGB Variations
Color information
#074C15 (or 0x074C15) is known color: Deep Fir. HEX triplet: 07, 4C and 15. RGB value is (7,76,21). Sum of RGB (Red+Green+Blue) = 7+76+21=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 76 (30.08% from 255 or 73.08% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 76 - color contains mainly: green. Hex color #074C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074C15 is #F8B3EA. Grayscale: #313131. Windows color (decimal): -16298987 or 1395719. OLE color: 1395719.
HSL color Cylindrical-coordinate representation of color #074C15: hue angle of 132.17º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074C15 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 76 | 21 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.70 |
| HSL | 132.17º | 0.83% | 0.16% | - |
| HSV(B) | 132.17º | 0.91% | 0.3% | - |
| XYZ | 2.81 | 5.27 | 1.58 | - |
| YUV | 49.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 21 | 0.91 | 0 | 0.72 | 0.70 | 132.17 | 0.83 | 0.16 |
| Hex | 7 | 4C | 15 | 5B | 0 | 48 | 46 | 84 | 53 | 10 |
| Octal | 7 | 114 | 25 | 133 | 0 | 110 | 106 | 204 | 123 | 20 |
| Binary | 111 | 1001100 | 10101 | 1011011 | 0 | 1001000 | 1000110 | 10000100 | 1010011 | 10000 |
Color Harmonies of #074C15
Complementary color
Monochromatic Colors of #074C15
Black with #074C15
Text Example
Text Example
White with #074C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C15; }
p { color: rgb(7,76,21); }
H1.HeaderClassName
{
color: #074C15;
}
.AnyTagClassName
{
color: #074C15;
}
</style>
background-color css
<style>
a { background-color: #074C15; }
a { background-color: rgb(7,76,21); }
div.DivClassName
{
background-color: #074C15;
}
.BgClassName
{
background-color: #074C15;
}
</style>
border-color css
<style>
span { border-color: #074C15; }
span { border-color: rgb(7,76,21); }
td.TdClassName
{
border-color: #074C15;
}
.TagClassName
{
border-color: #074C15;
}
</style>