#7FA480

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

Shades of Envy #7FA480

Tints of Envy #7FA480

Color information

#7FA480 (or 0x7FA480) is unknown color: approx Envy. HEX triplet: 7F, A4 and 80. RGB value is (127,164,128). Sum of RGB (Red+Green+Blue) = 127+164+128=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA480 is #805B7F. Grayscale: #949494. Windows color (decimal): -8412032 or 8430719. OLE color: 8430719.

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

Color convert

RGB127164128-
CMYK0.2300.220.36
HSL121.62º16.89%57.06%-
HSV(B)121.62º22.56%64.31%-
XYZ25.9232.6225.35-
YUV148.83116.24112.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.31%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=30.31%
G=39.14%
B=30.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1271641280.2300.220.36121.6216.8957.06
Hex7FA48017016247a1139
Octal17724420027026441722171
Binary1111111101001001000000010111010110100100111101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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