#7E8950

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

Shades of Finch #7E8950

Tints of Finch #7E8950

Color information

#7E8950 (or 0x7E8950) is unknown color: approx Finch. HEX triplet: 7E, 89 and 50. RGB value is (126,137,80). Sum of RGB (Red+Green+Blue) = 126+137+80=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #7E8950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8950 is #8176AF. Grayscale: #7F7F7F. Windows color (decimal): -8484528 or 5278078. OLE color: 5278078.

HSL color Cylindrical-coordinate representation of color #7E8950: hue angle of 71.58º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E8950 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB12613780-
CMYK0.0800.420.46
HSL71.58º26.27%42.55%-
HSV(B)71.58º41.61%53.73%-
XYZ1922.9111.01-
YUV127.21101.36127.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.73%
GREEN value IS 137 (53.91% from 255) = 39.94%
BLUE value IS 80 (31.64% from 255) = 23.32%
R=36.73%
G=39.94%
B=23.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126137800.0800.420.4671.5826.2742.55
Hex7E8950802A2E481a2b
Octal17621112010052561103253
Binary111111010001001101000010000101010101110100100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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