#7DAA5A

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

Shades of Asparagus #7DAA5A

Tints of Asparagus #7DAA5A

Color information

#7DAA5A (or 0x7DAA5A) is unknown color: approx Asparagus. HEX triplet: 7D, AA and 5A. RGB value is (125,170,90). Sum of RGB (Red+Green+Blue) = 125+170+90=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA5A is #8255A5. Grayscale: #939393. Windows color (decimal): -8541606 or 5941885. OLE color: 5941885.

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

Color convert

RGB12517090-
CMYK0.2600.470.33
HSL93.75º32%50.98%-
HSV(B)93.75º47.06%66.67%-
XYZ24.6833.8514.91-
YUV147.4295.59112-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.47%
GREEN value IS 170 (66.80% from 255) = 44.16%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=32.47%
G=44.16%
B=23.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125170900.2600.470.3393.753250.98
Hex7DAA5A1A02F215e2033
Octal17525213232057411364063
Binary11111011010101010110101101001011111000011011110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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