#7EA686

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

Shades of Envy #7EA686

Tints of Envy #7EA686

Color information

#7EA686 (or 0x7EA686) is unknown color: approx Envy. HEX triplet: 7E, A6 and 86. RGB value is (126,166,134). Sum of RGB (Red+Green+Blue) = 126+166+134=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA686 is #815979. Grayscale: #969696. Windows color (decimal): -8477050 or 8824446. OLE color: 8824446.

HSL color Cylindrical-coordinate representation of color #7EA686: hue angle of 132º 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 #7EA686 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB126166134-
CMYK0.2400.190.35
HSL132º18.35%57.25%-
HSV(B)132º24.1%65.1%-
XYZ26.5433.4327.61-
YUV150.39118.75110.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.58%
GREEN value IS 166 (65.23% from 255) = 38.97%
BLUE value IS 134 (52.73% from 255) = 31.46%
R=29.58%
G=38.97%
B=31.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261661340.2400.190.3513218.3557.25
Hex7EA6861801323841239
Octal17624620630023432042271
Binary11111101010011010000110110000100111000111000010010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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