#7E8261

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

Shades of Finch #7E8261

Tints of Finch #7E8261

Color information

#7E8261 (or 0x7E8261) is unknown color: approx Finch. HEX triplet: 7E, 82 and 61. RGB value is (126,130,97). Sum of RGB (Red+Green+Blue) = 126+130+97=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8261 is #817D9E. Grayscale: #7D7D7D. Windows color (decimal): -8486303 or 6390398. OLE color: 6390398.

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

Color convert

RGB12613097-
CMYK0.0300.250.49
HSL67.27º14.54%44.51%-
HSV(B)67.27º25.38%50.98%-
XYZ18.7421.2614.43-
YUV125.04112.17128.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.69%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 97 (38.28% from 255) = 27.48%
R=35.69%
G=36.83%
B=27.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126130970.0300.250.4967.2714.5444.51
Hex7E826130193143f2d
Octal1762021413031611031755
Binary11111101000001011000011101100111000110000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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