#074616

Color #074616 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #074616

Tints of Deep Fir #074616

Color information

#074616 (or 0x074616) is unknown color: approx Deep Fir. HEX triplet: 07, 46 and 16. RGB value is (7,70,22). Sum of RGB (Red+Green+Blue) = 7+70+22=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 70 (27.73% from 255 or 70.71% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 70 - color contains mainly: green. Hex color #074616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074616 is #F8B9E9. Grayscale: #2D2D2D. Windows color (decimal): -16300522 or 1459719. OLE color: 1459719.

HSL color Cylindrical-coordinate representation of color #074616: hue angle of 134.29º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074616 is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB77022-
CMYK0.9000.690.73
HSL134.29º81.82%15.1%-
HSV(B)134.29º90%27.45%-
XYZ2.424.481.5-
YUV45.69114.63100.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 7.07%
GREEN value IS 70 (27.73% from 255) = 70.71%
BLUE value IS 22 (8.98% from 255) = 22.22%
R=7.07%
G=70.71%
B=22.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal770220.9000.690.73134.2981.8215.1
Hex746165A045498652f
Octal710626132010511120612217
Binary11110001101011010110100100010110010011000011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074616; }

 p { color: rgb(7,70,22); }

 H1.HeaderClassName
 {
   color: #074616;
 }
 .AnyTagClassName
 {
   color: #074616;
 }
</style>
background-color css

<style>
 a { background-color: #074616; }

 a { background-color: rgb(7,70,22); }

 div.DivClassName
 {
   background-color: #074616;
 }
 .BgClassName
 {
   background-color: #074616;
 }
</style>
border-color css

<style>
 span { border-color: #074616; }

 span { border-color: rgb(7,70,22); }

 td.TdClassName
 {
   border-color: #074616;
 }
 .TagClassName
 {
   border-color: #074616;
 }
</style>