#7EAD82

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

Shades of Envy #7EAD82

Tints of Envy #7EAD82

Color information

#7EAD82 (or 0x7EAD82) is unknown color: approx Envy. HEX triplet: 7E, AD and 82. RGB value is (126,173,130). Sum of RGB (Red+Green+Blue) = 126+173+130=429 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.37% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAD82 is #81527D. Grayscale: #9A9A9A. Windows color (decimal): -8475262 or 8564094. OLE color: 8564094.

HSL color Cylindrical-coordinate representation of color #7EAD82: hue angle of 125.11º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EAD82 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB126173130-
CMYK0.2700.250.32
HSL125.11º22.27%58.63%-
HSV(B)125.11º27.17%67.84%-
XYZ27.5835.9326.6-
YUV154.04114.43108-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.37%
GREEN value IS 173 (67.97% from 255) = 40.33%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=29.37%
G=40.33%
B=30.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261731300.2700.250.32125.1122.2758.63
Hex7EAD821B019207d163b
Octal17625520233031401752673
Binary1111110101011011000001011011011001100000111110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,173,130); }

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

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

 a { background-color: rgb(126,173,130); }

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

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

 span { border-color: rgb(126,173,130); }

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