#7E8146

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

Shades of Finch #7E8146

Tints of Finch #7E8146

Color information

#7E8146 (or 0x7E8146) is unknown color: approx Finch. HEX triplet: 7E, 81 and 46. RGB value is (126,129,70). Sum of RGB (Red+Green+Blue) = 126+129+70=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #7E8146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8146 is #817EB9. Grayscale: #797979. Windows color (decimal): -8486586 or 4620670. OLE color: 4620670.

HSL color Cylindrical-coordinate representation of color #7E8146: hue angle of 63.05º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E8146 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB12612970-
CMYK0.0200.460.49
HSL63.05º29.65%39.02%-
HSV(B)63.05º45.74%50.59%-
XYZ17.5620.588.84-
YUV121.3899.01131.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.77%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=38.77%
G=39.69%
B=21.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126129700.0200.460.4963.0529.6539.02
Hex7E8146202E313f1e27
Octal176201106205661773647
Binary111111010000001100011010010111011000111111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,129,70); }

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

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

 a { background-color: rgb(126,129,70); }

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

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

 span { border-color: rgb(126,129,70); }

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