#7E864D

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

Shades of Finch #7E864D

Tints of Finch #7E864D

Color information

#7E864D (or 0x7E864D) is unknown color: approx Finch. HEX triplet: 7E, 86 and 4D. RGB value is (126,134,77). Sum of RGB (Red+Green+Blue) = 126+134+77=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #7E864D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E864D is #8179B2. Grayscale: #7D7D7D. Windows color (decimal): -8485299 or 5080702. OLE color: 5080702.

HSL color Cylindrical-coordinate representation of color #7E864D: hue angle of 68.42º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E864D is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB12613477-
CMYK0.0600.430.47
HSL68.42º27.01%41.37%-
HSV(B)68.42º42.54%52.55%-
XYZ18.4722.0210.3-
YUV125.11100.85128.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.39%
GREEN value IS 134 (52.73% from 255) = 39.76%
BLUE value IS 77 (30.47% from 255) = 22.85%
R=37.39%
G=39.76%
B=22.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126134770.0600.430.4768.4227.0141.37
Hex7E864D602B2F441b29
Octal1762061156053571043351
Binary11111101000011010011011100101011101111100010011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,134,77); }

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

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

 a { background-color: rgb(126,134,77); }

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

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

 span { border-color: rgb(126,134,77); }

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