#7E804A

Color #7E804A Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #7E804A

Tints of Finch #7E804A

Color information

#7E804A (or 0x7E804A) is unknown color: approx Finch. HEX triplet: 7E, 80 and 4A. RGB value is (126,128,74). Sum of RGB (Red+Green+Blue) = 126+128+74=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 128 - color contains mainly: green. Hex color #7E804A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E804A is #817FB5. Grayscale: #797979. Windows color (decimal): -8486838 or 4882558. OLE color: 4882558.

HSL color Cylindrical-coordinate representation of color #7E804A: hue angle of 62.22º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E804A is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB12612874-
CMYK0.0200.420.50
HSL62.22º26.73%39.61%-
HSV(B)62.22º42.19%50.2%-
XYZ17.5620.379.48-
YUV121.25101.34131.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.41%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=38.41%
G=39.02%
B=22.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal126128740.0200.420.5062.2226.7339.61
Hex7E804A202A323e1b28
Octal176200112205262763350
Binary111111010000000100101010010101011001011111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E804A; }

 p { color: rgb(126,128,74); }

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

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

 a { background-color: rgb(126,128,74); }

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

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

 span { border-color: rgb(126,128,74); }

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