#7E8976

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

Shades of Spanish Green #7E8976

Tints of Spanish Green #7E8976

Color information

#7E8976 (or 0x7E8976) is unknown color: approx Spanish Green. HEX triplet: 7E, 89 and 76. RGB value is (126,137,118). Sum of RGB (Red+Green+Blue) = 126+137+118=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 137 - color contains mainly: green. Hex color #7E8976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8976 is #817689. Grayscale: #838383. Windows color (decimal): -8484490 or 7768446. OLE color: 7768446.

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

Color convert

RGB126137118-
CMYK0.0800.140.46
HSL94.74º7.45%50%-
HSV(B)94.74º13.87%53.73%-
XYZ20.8223.6320.6-
YUV131.54120.36124.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.07%
GREEN value IS 137 (53.91% from 255) = 35.96%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=33.07%
G=35.96%
B=30.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1261371180.0800.140.4694.747.4550
Hex7E897680E2E5f732
Octal1762111661001656137762
Binary11111101000100111101101000011101011101011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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