#7E8D76

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

Shades of Spanish Green #7E8D76

Tints of Spanish Green #7E8D76

Color information

#7E8D76 (or 0x7E8D76) is unknown color: approx Spanish Green. HEX triplet: 7E, 8D and 76. RGB value is (126,141,118). Sum of RGB (Red+Green+Blue) = 126+141+118=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 141 - color contains mainly: green. Hex color #7E8D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8D76 is #817289. Grayscale: #858585. Windows color (decimal): -8483466 or 7769470. OLE color: 7769470.

HSL color Cylindrical-coordinate representation of color #7E8D76: hue angle of 99.13º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E8D76 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB126141118-
CMYK0.1100.160.45
HSL99.13º9.16%50.78%-
HSV(B)99.13º16.31%55.29%-
XYZ21.424.7920.8-
YUV133.89119.03122.37-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.73%
GREEN value IS 141 (55.47% from 255) = 36.62%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=32.73%
G=36.62%
B=30.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1261411180.1100.160.4599.139.1650.78
Hex7E8D76B0102D63933
Octal17621516613020551431163
Binary1111110100011011110110101101000010110111000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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