Shades of Deep Fir #074B16
Tints of Deep Fir #074B16
RGB
CMYK
RGB Variations
Color information
#074B16 (or 0x074B16) is known color: Deep Fir. HEX triplet: 07, 4B and 16. RGB value is (7,75,22). Sum of RGB (Red+Green+Blue) = 7+75+22=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 75 (29.69% from 255 or 72.12% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 75 - color contains mainly: green. Hex color #074B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074B16 is #F8B4E9. Grayscale: #303030. Windows color (decimal): -16299242 or 1460999. OLE color: 1460999.
HSL color Cylindrical-coordinate representation of color #074B16: hue angle of 133.24º 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 #074B16 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 75 | 22 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.71 |
| HSL | 133.24º | 0.83% | 0.16% | - |
| HSV(B) | 133.24º | 0.91% | 0.29% | - |
| XYZ | 2.75 | 5.14 | 1.61 | - |
| YUV | 48.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 22 | 0.91 | 0 | 0.71 | 0.71 | 133.24 | 0.83 | 0.16 |
| Hex | 7 | 4B | 16 | 5B | 0 | 47 | 47 | 85 | 53 | 10 |
| Octal | 7 | 113 | 26 | 133 | 0 | 107 | 107 | 205 | 123 | 20 |
| Binary | 111 | 1001011 | 10110 | 1011011 | 0 | 1000111 | 1000111 | 10000101 | 1010011 | 10000 |
Color Harmonies of #074B16
Complementary color
Monochromatic Colors of #074B16
Black with #074B16
Text Example
Text Example
White with #074B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B16; }
p { color: rgb(7,75,22); }
H1.HeaderClassName
{
color: #074B16;
}
.AnyTagClassName
{
color: #074B16;
}
</style>
background-color css
<style>
a { background-color: #074B16; }
a { background-color: rgb(7,75,22); }
div.DivClassName
{
background-color: #074B16;
}
.BgClassName
{
background-color: #074B16;
}
</style>
border-color css
<style>
span { border-color: #074B16; }
span { border-color: rgb(7,75,22); }
td.TdClassName
{
border-color: #074B16;
}
.TagClassName
{
border-color: #074B16;
}
</style>