#7DAA58

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

Shades of Asparagus #7DAA58

Tints of Asparagus #7DAA58

Color information

#7DAA58 (or 0x7DAA58) is unknown color: approx Asparagus. HEX triplet: 7D, AA and 58. RGB value is (125,170,88). Sum of RGB (Red+Green+Blue) = 125+170+88=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA58 is #8255A7. Grayscale: #939393. Windows color (decimal): -8541608 or 5810813. OLE color: 5810813.

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

Color convert

RGB12517088-
CMYK0.2600.480.33
HSL92.93º32.54%50.59%-
HSV(B)92.93º48.24%66.67%-
XYZ24.5933.8114.46-
YUV147.294.59112.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.64%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 88 (34.77% from 255) = 22.98%
R=32.64%
G=44.39%
B=22.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125170880.2600.480.3392.9332.5450.59
Hex7DAA581A030215d2133
Octal17525213032060411354163
Binary11111011010101010110001101001100001000011011101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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