Shades of Deep Fir #074A15
Tints of Deep Fir #074A15
RGB
CMYK
RGB Variations
Color information
#074A15 (or 0x074A15) is known color: Deep Fir. HEX triplet: 07, 4A and 15. RGB value is (7,74,21). Sum of RGB (Red+Green+Blue) = 7+74+21=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 74 (29.30% from 255 or 72.55% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 74 - color contains mainly: green. Hex color #074A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074A15 is #F8B5EA. Grayscale: #303030. Windows color (decimal): -16299499 or 1395207. OLE color: 1395207.
HSL color Cylindrical-coordinate representation of color #074A15: hue angle of 132.54º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A15 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 21 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.71 |
| HSL | 132.54º | 0.83% | 0.16% | - |
| HSV(B) | 132.54º | 0.91% | 0.29% | - |
| XYZ | 2.67 | 5 | 1.53 | - |
| YUV | 47.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 21 | 0.91 | 0 | 0.72 | 0.71 | 132.54 | 0.83 | 0.16 |
| Hex | 7 | 4A | 15 | 5B | 0 | 48 | 47 | 85 | 53 | 10 |
| Octal | 7 | 112 | 25 | 133 | 0 | 110 | 107 | 205 | 123 | 20 |
| Binary | 111 | 1001010 | 10101 | 1011011 | 0 | 1001000 | 1000111 | 10000101 | 1010011 | 10000 |
Color Harmonies of #074A15
Complementary color
Monochromatic Colors of #074A15
Black with #074A15
Text Example
Text Example
White with #074A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A15; }
p { color: rgb(7,74,21); }
H1.HeaderClassName
{
color: #074A15;
}
.AnyTagClassName
{
color: #074A15;
}
</style>
background-color css
<style>
a { background-color: #074A15; }
a { background-color: rgb(7,74,21); }
div.DivClassName
{
background-color: #074A15;
}
.BgClassName
{
background-color: #074A15;
}
</style>
border-color css
<style>
span { border-color: #074A15; }
span { border-color: rgb(7,74,21); }
td.TdClassName
{
border-color: #074A15;
}
.TagClassName
{
border-color: #074A15;
}
</style>