#7AAE7D

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

Shades of Envy #7AAE7D

Tints of Envy #7AAE7D

Color information

#7AAE7D (or 0x7AAE7D) is unknown color: approx Envy. HEX triplet: 7A, AE and 7D. RGB value is (122,174,125). Sum of RGB (Red+Green+Blue) = 122+174+125=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAE7D is #855182. Grayscale: #999999. Windows color (decimal): -8737155 or 8236666. OLE color: 8236666.

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

Color convert

RGB122174125-
CMYK0.3000.280.32
HSL123.46º24.3%58.04%-
HSV(B)123.46º29.89%68.24%-
XYZ26.8635.8924.91-
YUV152.87112.27105.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.98%
GREEN value IS 174 (68.36% from 255) = 41.33%
BLUE value IS 125 (49.22% from 255) = 29.69%
R=28.98%
G=41.33%
B=29.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221741250.3000.280.32123.4624.358.04
Hex7AAE7D1E01C207b183a
Octal17225617536034401733072
Binary111101010101110111110111110011100100000111101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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