#7EA580

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

Shades of Envy #7EA580

Tints of Envy #7EA580

Color information

#7EA580 (or 0x7EA580) is unknown color: approx Envy. HEX triplet: 7E, A5 and 80. RGB value is (126,165,128). Sum of RGB (Red+Green+Blue) = 126+165+128=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA580 is #815A7F. Grayscale: #959595. Windows color (decimal): -8477312 or 8430974. OLE color: 8430974.

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

Color convert

RGB126165128-
CMYK0.2400.220.35
HSL123.08º17.81%57.06%-
HSV(B)123.08º23.64%64.71%-
XYZ25.9632.925.41-
YUV149.12116.08111.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.07%
GREEN value IS 165 (64.84% from 255) = 39.38%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=30.07%
G=39.38%
B=30.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1261651280.2400.220.35123.0817.8157.06
Hex7EA58018016237b1239
Octal17624520030026431732271
Binary1111110101001011000000011000010110100011111101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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