#7E8A76

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

Shades of Spanish Green #7E8A76

Tints of Spanish Green #7E8A76

Color information

#7E8A76 (or 0x7E8A76) is unknown color: approx Spanish Green. HEX triplet: 7E, 8A and 76. RGB value is (126,138,118). Sum of RGB (Red+Green+Blue) = 126+138+118=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 138 - color contains mainly: green. Hex color #7E8A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8A76 is #817589. Grayscale: #848484. Windows color (decimal): -8484234 or 7768702. OLE color: 7768702.

HSL color Cylindrical-coordinate representation of color #7E8A76: hue angle of 96º degrees, saturation: 0.08, 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 #7E8A76 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB126138118-
CMYK0.0900.140.46
HSL96º7.87%50.2%-
HSV(B)96º14.49%54.12%-
XYZ20.9623.9220.65-
YUV132.13120.02123.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.98%
GREEN value IS 138 (54.30% from 255) = 36.13%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=32.98%
G=36.13%
B=30.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1261381180.0900.140.46967.8750.2
Hex7E8A7690E2E60832
Octal17621216611016561401062
Binary111111010001010111011010010111010111011000001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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