#7DAE7D

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

Shades of Envy #7DAE7D

Tints of Envy #7DAE7D

Color information

#7DAE7D (or 0x7DAE7D) is unknown color: approx Envy. HEX triplet: 7D, AE and 7D. RGB value is (125,174,125). Sum of RGB (Red+Green+Blue) = 125+174+125=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAE7D is #825182. Grayscale: #999999. Windows color (decimal): -8540547 or 8236669. OLE color: 8236669.

HSL color Cylindrical-coordinate representation of color #7DAE7D: hue angle of 120º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DAE7D is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB125174125-
CMYK0.2800.280.32
HSL120º23.22%58.63%-
HSV(B)120º28.16%68.24%-
XYZ27.336.1124.93-
YUV153.76111.77107.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.48%
GREEN value IS 174 (68.36% from 255) = 41.04%
BLUE value IS 125 (49.22% from 255) = 29.48%
R=29.48%
G=41.04%
B=29.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251741250.2800.280.3212023.2258.63
Hex7DAE7D1C01C2078173b
Octal17525617534034401702773
Binary111110110101110111110111100011100100000111100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,174,125); }

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

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

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

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

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

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

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