#7EAF84

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

Shades of Envy #7EAF84

Tints of Envy #7EAF84

Color information

#7EAF84 (or 0x7EAF84) is unknown color: approx Envy. HEX triplet: 7E, AF and 84. RGB value is (126,175,132). Sum of RGB (Red+Green+Blue) = 126+175+132=433 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.10% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAF84 is #81507B. Grayscale: #9B9B9B. Windows color (decimal): -8474748 or 8695678. OLE color: 8695678.

HSL color Cylindrical-coordinate representation of color #7EAF84: hue angle of 127.35º 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 #7EAF84 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB126175132-
CMYK0.2800.250.31
HSL127.35º23.44%59.02%-
HSV(B)127.35º28%68.63%-
XYZ28.136.7627.44-
YUV155.45114.77107-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.10%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 132 (51.95% from 255) = 30.48%
R=29.10%
G=40.42%
B=30.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261751320.2800.250.31127.3523.4459.02
Hex7EAF841C0191F7f173b
Octal17625720434031371772773
Binary111111010101111100001001110001100111111111111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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