#7EAC80

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

Shades of Envy #7EAC80

Tints of Envy #7EAC80

Color information

#7EAC80 (or 0x7EAC80) is unknown color: approx Envy. HEX triplet: 7E, AC and 80. RGB value is (126,172,128). Sum of RGB (Red+Green+Blue) = 126+172+128=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAC80 is #81537F. Grayscale: #999999. Windows color (decimal): -8475520 or 8432766. OLE color: 8432766.

HSL color Cylindrical-coordinate representation of color #7EAC80: hue angle of 122.61º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EAC80 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB126172128-
CMYK0.2700.260.33
HSL122.61º21.7%58.43%-
HSV(B)122.61º26.74%67.45%-
XYZ27.2535.525.84-
YUV153.23113.76108.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.58%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=29.58%
G=40.38%
B=30.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1261721280.2700.260.33122.6121.758.43
Hex7EAC801B01A217b163a
Octal17625420033032411732672
Binary1111110101011001000000011011011010100001111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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