#7EAF82

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

Shades of Envy #7EAF82

Tints of Envy #7EAF82

Color information

#7EAF82 (or 0x7EAF82) is unknown color: approx Envy. HEX triplet: 7E, AF and 82. RGB value is (126,175,130). Sum of RGB (Red+Green+Blue) = 126+175+130=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAF82 is #81507D. Grayscale: #9B9B9B. Windows color (decimal): -8474750 or 8564606. OLE color: 8564606.

HSL color Cylindrical-coordinate representation of color #7EAF82: hue angle of 124.9º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EAF82 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB126175130-
CMYK0.2800.260.31
HSL124.9º23.44%59.02%-
HSV(B)124.9º28%68.63%-
XYZ27.9636.7126.73-
YUV155.22113.77107.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.23%
GREEN value IS 175 (68.75% from 255) = 40.60%
BLUE value IS 130 (51.17% from 255) = 30.16%
R=29.23%
G=40.60%
B=30.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261751300.2800.260.31124.923.4459.02
Hex7EAF821C01A1F7d173b
Octal17625720234032371752773
Binary111111010101111100000101110001101011111111110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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