#7EA586

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

Shades of Envy #7EA586

Tints of Envy #7EA586

Color information

#7EA586 (or 0x7EA586) is unknown color: approx Envy. HEX triplet: 7E, A5 and 86. RGB value is (126,165,134). Sum of RGB (Red+Green+Blue) = 126+165+134=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA586 is #815A79. Grayscale: #959595. Windows color (decimal): -8477306 or 8824190. OLE color: 8824190.

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

Color convert

RGB126165134-
CMYK0.2400.190.35
HSL132.31º17.81%57.06%-
HSV(B)132.31º23.64%64.71%-
XYZ26.3633.0727.55-
YUV149.8119.08111.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.65%
GREEN value IS 165 (64.84% from 255) = 38.82%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=29.65%
G=38.82%
B=31.53%

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
Decimal1261651340.2400.190.35132.3117.8157.06
Hex7EA5861801323841239
Octal17624520630023432042271
Binary11111101010010110000110110000100111000111000010010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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