#7DAD5E

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

Shades of Asparagus #7DAD5E

Tints of Asparagus #7DAD5E

Color information

#7DAD5E (or 0x7DAD5E) is unknown color: approx Asparagus. HEX triplet: 7D, AD and 5E. RGB value is (125,173,94). Sum of RGB (Red+Green+Blue) = 125+173+94=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD5E is #8252A1. Grayscale: #959595. Windows color (decimal): -8540834 or 6204797. OLE color: 6204797.

HSL color Cylindrical-coordinate representation of color #7DAD5E: hue angle of 96.46º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DAD5E is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB12517394-
CMYK0.2800.460.32
HSL96.46º32.51%52.35%-
HSV(B)96.46º45.66%67.84%-
XYZ25.4235.0616.02-
YUV149.6496.6110.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.89%
GREEN value IS 173 (67.97% from 255) = 44.13%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=31.89%
G=44.13%
B=23.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125173940.2800.460.3296.4632.5152.35
Hex7DAD5E1C02E20602134
Octal17525513634056401404164
Binary11111011010110110111101110001011101000001100000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,173,94); }

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

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

 a { background-color: rgb(125,173,94); }

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

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

 span { border-color: rgb(125,173,94); }

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