Shades of Deep Fir #074F17
Tints of Deep Fir #074F17
RGB
CMYK
RGB Variations
Color information
#074F17 (or 0x074F17) is known color: Deep Fir. HEX triplet: 07, 4F and 17. RGB value is (7,79,23). Sum of RGB (Red+Green+Blue) = 7+79+23=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 79 (31.25% from 255 or 72.48% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 79 - color contains mainly: green. Hex color #074F17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074F17 is #F8B0E8. Grayscale: #333333. Windows color (decimal): -16298217 or 1527559. OLE color: 1527559.
HSL color Cylindrical-coordinate representation of color #074F17: hue angle of 133.33º 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 #074F17 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 79 | 23 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.69 |
| HSL | 133.33º | 0.84% | 0.17% | - |
| HSV(B) | 133.33º | 0.91% | 0.31% | - |
| XYZ | 3.04 | 5.7 | 1.75 | - |
| YUV | 51.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 23 | 0.91 | 0 | 0.71 | 0.69 | 133.33 | 0.84 | 0.17 |
| Hex | 7 | 4F | 17 | 5B | 0 | 47 | 45 | 85 | 54 | 11 |
| Octal | 7 | 117 | 27 | 133 | 0 | 107 | 105 | 205 | 124 | 21 |
| Binary | 111 | 1001111 | 10111 | 1011011 | 0 | 1000111 | 1000101 | 10000101 | 1010100 | 10001 |
Color Harmonies of #074F17
Complementary color
Monochromatic Colors of #074F17
Black with #074F17
Text Example
Text Example
White with #074F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074F17; }
p { color: rgb(7,79,23); }
H1.HeaderClassName
{
color: #074F17;
}
.AnyTagClassName
{
color: #074F17;
}
</style>
background-color css
<style>
a { background-color: #074F17; }
a { background-color: rgb(7,79,23); }
div.DivClassName
{
background-color: #074F17;
}
.BgClassName
{
background-color: #074F17;
}
</style>
border-color css
<style>
span { border-color: #074F17; }
span { border-color: rgb(7,79,23); }
td.TdClassName
{
border-color: #074F17;
}
.TagClassName
{
border-color: #074F17;
}
</style>