#7DA37F

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

Shades of Envy #7DA37F

Tints of Envy #7DA37F

Color information

#7DA37F (or 0x7DA37F) is unknown color: approx Envy. HEX triplet: 7D, A3 and 7F. RGB value is (125,163,127). Sum of RGB (Red+Green+Blue) = 125+163+127=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA37F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA37F is #825C80. Grayscale: #939393. Windows color (decimal): -8543361 or 8364925. OLE color: 8364925.

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

Color convert

RGB125163127-
CMYK0.2300.220.36
HSL123.16º17.12%56.47%-
HSV(B)123.16º23.31%63.92%-
XYZ25.3932.0924.93-
YUV147.53116.41111.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.12%
GREEN value IS 163 (64.06% from 255) = 39.28%
BLUE value IS 127 (50% from 255) = 30.60%
R=30.12%
G=39.28%
B=30.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1251631270.2300.220.36123.1617.1256.47
Hex7DA37F17016247b1138
Octal17524317727026441732170
Binary111110110100011111111110111010110100100111101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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