#7E8678

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

Shades of Spanish Green #7E8678

Tints of Spanish Green #7E8678

Color information

#7E8678 (or 0x7E8678) is unknown color: approx Spanish Green. HEX triplet: 7E, 86 and 78. RGB value is (126,134,120). Sum of RGB (Red+Green+Blue) = 126+134+120=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8678 is #817987. Grayscale: #828282. Windows color (decimal): -8485256 or 7898750. OLE color: 7898750.

HSL color Cylindrical-coordinate representation of color #7E8678: hue angle of 94.29º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7E8678 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB126134120-
CMYK0.0600.100.47
HSL94.29º5.51%49.8%-
HSV(B)94.29º10.45%52.55%-
XYZ20.5222.8421.1-
YUV130.01122.35125.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.16%
GREEN value IS 134 (52.73% from 255) = 35.26%
BLUE value IS 120 (47.27% from 255) = 31.58%
R=33.16%
G=35.26%
B=31.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1261341200.0600.100.4794.295.5149.8
Hex7E867860A2F5e632
Octal176206170601257136662
Binary1111110100001101111000110010101011111011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,134,120); }

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

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

 a { background-color: rgb(126,134,120); }

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

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

 span { border-color: rgb(126,134,120); }

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