#7EA27F

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

Shades of Envy #7EA27F

Tints of Envy #7EA27F

Color information

#7EA27F (or 0x7EA27F) is unknown color: approx Envy. HEX triplet: 7E, A2 and 7F. RGB value is (126,162,127). Sum of RGB (Red+Green+Blue) = 126+162+127=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA27F is #815D80. Grayscale: #939393. Windows color (decimal): -8478081 or 8364670. OLE color: 8364670.

HSL color Cylindrical-coordinate representation of color #7EA27F: hue angle of 121.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7EA27F is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB126162127-
CMYK0.2200.220.36
HSL121.67º16.22%56.47%-
HSV(B)121.67º22.22%63.53%-
XYZ25.3631.8124.88-
YUV147.25116.57112.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.36%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 127 (50% from 255) = 30.60%
R=30.36%
G=39.04%
B=30.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1261621270.2200.220.36121.6716.2256.47
Hex7EA27F16016247a1038
Octal17624217726026441722070
Binary111111010100010111111110110010110100100111101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,162,127); }

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

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

 a { background-color: rgb(126,162,127); }

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

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

 span { border-color: rgb(126,162,127); }

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