#7AAF7C

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

Shades of Envy #7AAF7C

Tints of Envy #7AAF7C

Color information

#7AAF7C (or 0x7AAF7C) is unknown color: approx Envy. HEX triplet: 7A, AF and 7C. RGB value is (122,175,124). Sum of RGB (Red+Green+Blue) = 122+175+124=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF7C is #855083. Grayscale: #999999. Windows color (decimal): -8736900 or 8171386. OLE color: 8171386.

HSL color Cylindrical-coordinate representation of color #7AAF7C: hue angle of 122.26º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAF7C is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB122175124-
CMYK0.3000.290.31
HSL122.26º24.88%58.24%-
HSV(B)122.26º30.29%68.63%-
XYZ26.9936.2524.64-
YUV153.34111.44105.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.98%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=28.98%
G=41.57%
B=29.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221751240.3000.290.31122.2624.8858.24
Hex7AAF7C1E01D1F7a193a
Octal17225717436035371723172
Binary11110101010111111111001111001110111111111101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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