#7AAD7C

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

Shades of Envy #7AAD7C

Tints of Envy #7AAD7C

Color information

#7AAD7C (or 0x7AAD7C) is unknown color: approx Envy. HEX triplet: 7A, AD and 7C. RGB value is (122,173,124). Sum of RGB (Red+Green+Blue) = 122+173+124=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAD7C is #855283. Grayscale: #989898. Windows color (decimal): -8737412 or 8170874. OLE color: 8170874.

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

Color convert

RGB122173124-
CMYK0.2900.280.32
HSL122.35º23.72%57.84%-
HSV(B)122.35º29.48%67.84%-
XYZ26.6135.4824.51-
YUV152.16112.1106.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.12%
GREEN value IS 173 (67.97% from 255) = 41.29%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=29.12%
G=41.29%
B=29.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221731240.2900.280.32122.3523.7257.84
Hex7AAD7C1D01C207a183a
Octal17225517435034401723072
Binary111101010101101111110011101011100100000111101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,173,124); }

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

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

 a { background-color: rgb(122,173,124); }

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

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

 span { border-color: rgb(122,173,124); }

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