#7DAA55

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

Shades of Asparagus #7DAA55

Tints of Asparagus #7DAA55

Color information

#7DAA55 (or 0x7DAA55) is unknown color: approx Asparagus. HEX triplet: 7D, AA and 55. RGB value is (125,170,85). Sum of RGB (Red+Green+Blue) = 125+170+85=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA55 is #8255AA. Grayscale: #939393. Windows color (decimal): -8541611 or 5614205. OLE color: 5614205.

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

Color convert

RGB12517085-
CMYK0.2600.500.33
HSL91.76º33.33%50%-
HSV(B)91.76º50%66.67%-
XYZ24.4733.7713.82-
YUV146.8593.09112.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.89%
GREEN value IS 170 (66.80% from 255) = 44.74%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=32.89%
G=44.74%
B=22.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125170850.2600.500.3391.7633.3350
Hex7DAA551A032215c2132
Octal17525212532062411344162
Binary11111011010101010101011101001100101000011011100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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