#7FA485

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

Shades of Envy #7FA485

Tints of Envy #7FA485

Color information

#7FA485 (or 0x7FA485) is unknown color: approx Envy. HEX triplet: 7F, A4 and 85. RGB value is (127,164,133). Sum of RGB (Red+Green+Blue) = 127+164+133=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA485 is #805B7A. Grayscale: #959595. Windows color (decimal): -8412027 or 8758399. OLE color: 8758399.

HSL color Cylindrical-coordinate representation of color #7FA485: hue angle of 129.73º 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 #7FA485 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB127164133-
CMYK0.2300.190.36
HSL129.73º16.89%57.06%-
HSV(B)129.73º22.56%64.31%-
XYZ26.2632.7627.13-
YUV149.4118.74112.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.95%
GREEN value IS 164 (64.45% from 255) = 38.68%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=29.95%
G=38.68%
B=31.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271641330.2300.190.36129.7316.8957.06
Hex7FA4851701324821139
Octal17724420527023442022171
Binary11111111010010010000101101110100111001001000001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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