#074617

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

Shades of Deep Fir #074617

Tints of Deep Fir #074617

Color information

#074617 (or 0x074617) is unknown color: approx Deep Fir. HEX triplet: 07, 46 and 17. RGB value is (7,70,23). Sum of RGB (Red+Green+Blue) = 7+70+23=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 70 (27.73% from 255 or 70% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 70 - color contains mainly: green. Hex color #074617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074617 is #F8B9E8. Grayscale: #2D2D2D. Windows color (decimal): -16300521 or 1525255. OLE color: 1525255.

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

Color convert

RGB77023-
CMYK0.9000.670.73
HSL135.24º81.82%15.1%-
HSV(B)135.24º90%27.45%-
XYZ2.434.491.55-
YUV45.8115.13100.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7%
GREEN value IS 70 (27.73% from 255) = 70%
BLUE value IS 23 (9.38% from 255) = 23%
R=7%
G=70%
B=23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal770230.9000.670.73135.2481.8215.1
Hex746175A043498752f
Octal710627132010311120712217
Binary11110001101011110110100100001110010011000011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074617; }

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

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

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

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

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

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

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

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