#074614

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

Shades of Deep Fir #074614

Tints of Deep Fir #074614

Color information

#074614 (or 0x074614) is unknown color: approx Deep Fir. HEX triplet: 07, 46 and 14. RGB value is (7,70,20). Sum of RGB (Red+Green+Blue) = 7+70+20=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 70 (27.73% from 255 or 72.16% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 70 - color contains mainly: green. Hex color #074614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074614 is #F8B9EB. Grayscale: #2D2D2D. Windows color (decimal): -16300524 or 1328647. OLE color: 1328647.

HSL color Cylindrical-coordinate representation of color #074614: hue angle of 132.38º 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 #074614 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB77020-
CMYK0.9000.710.73
HSL132.38º81.82%15.1%-
HSV(B)132.38º90%27.45%-
XYZ2.44.481.4-
YUV45.46113.63100.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.22%
GREEN value IS 70 (27.73% from 255) = 72.16%
BLUE value IS 20 (8.20% from 255) = 20.62%
R=7.22%
G=72.16%
B=20.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal770200.9000.710.73132.3881.8215.1
Hex746145A047498452f
Octal710624132010711120412217
Binary11110001101010010110100100011110010011000010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074614; }

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

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

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

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

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

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

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

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