#7DAA5C

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

Shades of Asparagus #7DAA5C

Tints of Asparagus #7DAA5C

Color information

#7DAA5C (or 0x7DAA5C) is unknown color: approx Asparagus. HEX triplet: 7D, AA and 5C. RGB value is (125,170,92). Sum of RGB (Red+Green+Blue) = 125+170+92=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA5C is #8255A3. Grayscale: #939393. Windows color (decimal): -8541604 or 6072957. OLE color: 6072957.

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

Color convert

RGB12517092-
CMYK0.2600.460.33
HSL94.62º31.45%51.37%-
HSV(B)94.62º45.88%66.67%-
XYZ24.7633.8815.36-
YUV147.6596.59111.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.30%
GREEN value IS 170 (66.80% from 255) = 43.93%
BLUE value IS 92 (36.33% from 255) = 23.77%
R=32.30%
G=43.93%
B=23.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125170920.2600.460.3394.6231.4551.37
Hex7DAA5C1A02E215f1f33
Octal17525213432056411373763
Binary1111101101010101011100110100101110100001101111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,170,92); }

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

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

 a { background-color: rgb(125,170,92); }

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

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

 span { border-color: rgb(125,170,92); }

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