#7FA486

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

Shades of Envy #7FA486

Tints of Envy #7FA486

Color information

#7FA486 (or 0x7FA486) is unknown color: approx Envy. HEX triplet: 7F, A4 and 86. RGB value is (127,164,134). Sum of RGB (Red+Green+Blue) = 127+164+134=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA486 is #805B79. Grayscale: #959595. Windows color (decimal): -8412026 or 8823935. OLE color: 8823935.

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

Color convert

RGB127164134-
CMYK0.2300.180.36
HSL131.35º16.89%57.06%-
HSV(B)131.35º22.56%64.31%-
XYZ26.3332.7827.49-
YUV149.52119.24111.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.88%
GREEN value IS 164 (64.45% from 255) = 38.59%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=29.88%
G=38.59%
B=31.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271641340.2300.180.36131.3516.8957.06
Hex7FA4861701224831139
Octal17724420627022442032171
Binary11111111010010010000110101110100101001001000001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,164,134); }

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

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

 a { background-color: rgb(127,164,134); }

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

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

 span { border-color: rgb(127,164,134); }

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