#7EAF7E

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

Shades of Envy #7EAF7E

Tints of Envy #7EAF7E

Color information

#7EAF7E (or 0x7EAF7E) is unknown color: approx Envy. HEX triplet: 7E, AF and 7E. RGB value is (126,175,126). Sum of RGB (Red+Green+Blue) = 126+175+126=427 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.51% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAF7E is #815081. Grayscale: #9A9A9A. Windows color (decimal): -8474754 or 8302462. OLE color: 8302462.

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

Color convert

RGB126175126-
CMYK0.2800.280.31
HSL120º23.44%59.02%-
HSV(B)120º28%68.63%-
XYZ27.736.625.34-
YUV154.76111.77107.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.51%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=29.51%
G=40.98%
B=29.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261751260.2800.280.3112023.4459.02
Hex7EAF7E1C01C1F78173b
Octal17625717634034371702773
Binary11111101010111111111101110001110011111111100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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