#7DAA5B

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

Shades of Asparagus #7DAA5B

Tints of Asparagus #7DAA5B

Color information

#7DAA5B (or 0x7DAA5B) is unknown color: approx Asparagus. HEX triplet: 7D, AA and 5B. RGB value is (125,170,91). Sum of RGB (Red+Green+Blue) = 125+170+91=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA5B is #8255A4. Grayscale: #939393. Windows color (decimal): -8541605 or 6007421. OLE color: 6007421.

HSL color Cylindrical-coordinate representation of color #7DAA5B: hue angle of 94.18º degrees, saturation: 0.32, 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 #7DAA5B is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB12517091-
CMYK0.2600.460.33
HSL94.18º31.73%51.18%-
HSV(B)94.18º46.47%66.67%-
XYZ24.7233.8615.13-
YUV147.5496.09111.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.38%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 91 (35.94% from 255) = 23.58%
R=32.38%
G=44.04%
B=23.58%

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
Decimal125170910.2600.460.3394.1831.7351.18
Hex7DAA5B1A02E215e2033
Octal17525213332056411364063
Binary11111011010101010110111101001011101000011011110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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