#7E8650

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

Shades of Finch #7E8650

Tints of Finch #7E8650

Color information

#7E8650 (or 0x7E8650) is unknown color: approx Finch. HEX triplet: 7E, 86 and 50. RGB value is (126,134,80). Sum of RGB (Red+Green+Blue) = 126+134+80=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8650 is #8179AF. Grayscale: #7D7D7D. Windows color (decimal): -8485296 or 5277310. OLE color: 5277310.

HSL color Cylindrical-coordinate representation of color #7E8650: hue angle of 68.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E8650 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB12613480-
CMYK0.0600.400.47
HSL68.89º25.23%41.96%-
HSV(B)68.89º40.3%52.55%-
XYZ18.5822.0710.87-
YUV125.45102.35128.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.06%
GREEN value IS 134 (52.73% from 255) = 39.41%
BLUE value IS 80 (31.64% from 255) = 23.53%
R=37.06%
G=39.41%
B=23.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126134800.0600.400.4768.8925.2341.96
Hex7E865060282F45192a
Octal1762061206050571053152
Binary11111101000011010100001100101000101111100010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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