Shades of Deep Fir #074E15
Tints of Deep Fir #074E15
RGB
CMYK
RGB Variations
Color information
#074E15 (or 0x074E15) is known color: Deep Fir. HEX triplet: 07, 4E and 15. RGB value is (7,78,21). Sum of RGB (Red+Green+Blue) = 7+78+21=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 78 (30.86% from 255 or 73.58% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 78 - color contains mainly: green. Hex color #074E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074E15 is #F8B1EA. Grayscale: #323232. Windows color (decimal): -16298475 or 1396231. OLE color: 1396231.
HSL color Cylindrical-coordinate representation of color #074E15: hue angle of 131.83º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074E15 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 78 | 21 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.69 |
| HSL | 131.83º | 0.84% | 0.17% | - |
| HSV(B) | 131.83º | 0.91% | 0.31% | - |
| XYZ | 2.95 | 5.55 | 1.63 | - |
| YUV | 50.27 | 111.48 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 21 | 0.91 | 0 | 0.73 | 0.69 | 131.83 | 0.84 | 0.17 |
| Hex | 7 | 4E | 15 | 5B | 0 | 49 | 45 | 84 | 54 | 11 |
| Octal | 7 | 116 | 25 | 133 | 0 | 111 | 105 | 204 | 124 | 21 |
| Binary | 111 | 1001110 | 10101 | 1011011 | 0 | 1001001 | 1000101 | 10000100 | 1010100 | 10001 |
Color Harmonies of #074E15
Complementary color
Monochromatic Colors of #074E15
Black with #074E15
Text Example
Text Example
White with #074E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E15; }
p { color: rgb(7,78,21); }
H1.HeaderClassName
{
color: #074E15;
}
.AnyTagClassName
{
color: #074E15;
}
</style>
background-color css
<style>
a { background-color: #074E15; }
a { background-color: rgb(7,78,21); }
div.DivClassName
{
background-color: #074E15;
}
.BgClassName
{
background-color: #074E15;
}
</style>
border-color css
<style>
span { border-color: #074E15; }
span { border-color: rgb(7,78,21); }
td.TdClassName
{
border-color: #074E15;
}
.TagClassName
{
border-color: #074E15;
}
</style>