#7EB282

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

Shades of Envy #7EB282

Tints of Envy #7EB282

Color information

#7EB282 (or 0x7EB282) is unknown color: approx Envy. HEX triplet: 7E, B2 and 82. RGB value is (126,178,130). Sum of RGB (Red+Green+Blue) = 126+178+130=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #7EB282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EB282 is #814D7D. Grayscale: #9D9D9D. Windows color (decimal): -8473982 or 8565374. OLE color: 8565374.

HSL color Cylindrical-coordinate representation of color #7EB282: hue angle of 124.62º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7EB282 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB126178130-
CMYK0.2900.270.30
HSL124.62º25.24%59.61%-
HSV(B)124.62º29.21%69.8%-
XYZ28.5537.8926.93-
YUV156.98112.77105.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.03%
GREEN value IS 178 (69.92% from 255) = 41.01%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=29.03%
G=41.01%
B=29.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1261781300.2900.270.30124.6225.2459.61
Hex7EB2821D01B1E7d193c
Octal17626220235033361753174
Binary111111010110010100000101110101101111110111110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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