#7faa5e

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

Shades of Asparagus #7FAA5E

Tints of Asparagus #7FAA5E

Color information

#7FAA5E (or 0x7FAA5E) is unknown color: approx Asparagus. HEX triplet: 7F, AA and 5E. RGB value is (127,170,94). Sum of RGB (Red+Green+Blue) = 127+170+94=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAA5E is #8055A1. Grayscale: #949494. Windows color (decimal): -8410530 or 6204031. OLE color: 6204031.

HSL color Cylindrical-coordinate representation of color #7FAA5E: hue angle of 93.95º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FAA5E is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB12717094-
CMYK0.2500.450.33
HSL93.95º30.89%51.76%-
HSV(B)93.95º44.71%66.67%-
XYZ25.1534.0715.84-
YUV148.4897.25112.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.48%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 94 (37.11% from 255) = 24.04%
R=32.48%
G=43.48%
B=24.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127170940.2500.450.3393.9530.8951.76
Hex7FAA5E1902D215e1f34
Octal17725213631055411363764
Binary1111111101010101011110110010101101100001101111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7faa5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,170,94); }

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

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

 a { background-color: rgb(127,170,94); }

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

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

 span { border-color: rgb(127,170,94); }

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