#7DA57F

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

Shades of Envy #7DA57F

Tints of Envy #7DA57F

Color information

#7DA57F (or 0x7DA57F) is unknown color: approx Envy. HEX triplet: 7D, A5 and 7F. RGB value is (125,165,127). Sum of RGB (Red+Green+Blue) = 125+165+127=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA57F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA57F is #825A80. Grayscale: #949494. Windows color (decimal): -8542849 or 8365437. OLE color: 8365437.

HSL color Cylindrical-coordinate representation of color #7DA57F: hue angle of 123º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7DA57F is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB125165127-
CMYK0.2400.230.35
HSL123º18.18%56.86%-
HSV(B)123º24.24%64.71%-
XYZ25.7432.825.05-
YUV148.71115.75111.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.98%
GREEN value IS 165 (64.84% from 255) = 39.57%
BLUE value IS 127 (50% from 255) = 30.46%
R=29.98%
G=39.57%
B=30.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1251651270.2400.230.3512318.1856.86
Hex7DA57F18017237b1239
Octal17524517730027431732271
Binary111110110100101111111111000010111100011111101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,165,127); }

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

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

 a { background-color: rgb(125,165,127); }

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

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

 span { border-color: rgb(125,165,127); }

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