#7EA680

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

Shades of Envy #7EA680

Tints of Envy #7EA680

Color information

#7EA680 (or 0x7EA680) is unknown color: approx Envy. HEX triplet: 7E, A6 and 80. RGB value is (126,166,128). Sum of RGB (Red+Green+Blue) = 126+166+128=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA680 is #81597F. Grayscale: #959595. Windows color (decimal): -8477056 or 8431230. OLE color: 8431230.

HSL color Cylindrical-coordinate representation of color #7EA680: hue angle of 123º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7EA680 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB126166128-
CMYK0.2400.230.35
HSL123º18.35%57.25%-
HSV(B)123º24.1%65.1%-
XYZ26.1433.2725.47-
YUV149.71115.75111.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=30%
G=39.52%
B=30.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261661280.2400.230.3512318.3557.25
Hex7EA68018017237b1239
Octal17624620030027431732271
Binary1111110101001101000000011000010111100011111101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,166,128); }

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

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

 a { background-color: rgb(126,166,128); }

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

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

 span { border-color: rgb(126,166,128); }

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