#7E8348

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

Shades of Finch #7E8348

Tints of Finch #7E8348

Color information

#7E8348 (or 0x7E8348) is unknown color: approx Finch. HEX triplet: 7E, 83 and 48. RGB value is (126,131,72). Sum of RGB (Red+Green+Blue) = 126+131+72=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 131 - color contains mainly: green. Hex color #7E8348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8348 is #817CB7. Grayscale: #7B7B7B. Windows color (decimal): -8486072 or 4752254. OLE color: 4752254.

HSL color Cylindrical-coordinate representation of color #7E8348: hue angle of 65.08º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E8348 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB12613172-
CMYK0.0400.450.49
HSL65.08º29.06%39.8%-
HSV(B)65.08º45.04%51.37%-
XYZ17.8921.149.27-
YUV122.7899.34130.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.30%
GREEN value IS 131 (51.56% from 255) = 39.82%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=38.30%
G=39.82%
B=21.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126131720.0400.450.4965.0829.0639.8
Hex7E8348402D31411d28
Octal1762031104055611013550
Binary11111101000001110010001000101101110001100000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,131,72); }

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

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

 a { background-color: rgb(126,131,72); }

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

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

 span { border-color: rgb(126,131,72); }

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