#7E8250

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

Shades of Finch #7E8250

Tints of Finch #7E8250

Color information

#7E8250 (or 0x7E8250) is unknown color: approx Finch. HEX triplet: 7E, 82 and 50. RGB value is (126,130,80). Sum of RGB (Red+Green+Blue) = 126+130+80=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8250 is #817DAF. Grayscale: #7B7B7B. Windows color (decimal): -8486320 or 5276286. OLE color: 5276286.

HSL color Cylindrical-coordinate representation of color #7E8250: hue angle of 64.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E8250 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB12613080-
CMYK0.0300.380.49
HSL64.8º23.81%41.18%-
HSV(B)64.8º38.46%50.98%-
XYZ18.0320.9810.69-
YUV123.1103.67130.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.5%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=37.5%
G=38.69%
B=23.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126130800.0300.380.4964.823.8141.18
Hex7E8250302631411829
Octal1762021203046611013051
Binary1111110100000101010000110100110110001100000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,130,80); }

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

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

 a { background-color: rgb(126,130,80); }

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

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

 span { border-color: rgb(126,130,80); }

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