#7DAD57

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

Shades of Asparagus #7DAD57

Tints of Asparagus #7DAD57

Color information

#7DAD57 (or 0x7DAD57) is unknown color: approx Asparagus. HEX triplet: 7D, AD and 57. RGB value is (125,173,87). Sum of RGB (Red+Green+Blue) = 125+173+87=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD57 is #8252A8. Grayscale: #959595. Windows color (decimal): -8540841 or 5746045. OLE color: 5746045.

HSL color Cylindrical-coordinate representation of color #7DAD57: hue angle of 93.49º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DAD57 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB12517387-
CMYK0.2800.500.32
HSL93.49º34.4%50.98%-
HSV(B)93.49º49.71%67.84%-
XYZ25.1234.9414.44-
YUV148.8493.1110.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.47%
GREEN value IS 173 (67.97% from 255) = 44.94%
BLUE value IS 87 (34.38% from 255) = 22.60%
R=32.47%
G=44.94%
B=22.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125173870.2800.500.3293.4934.450.98
Hex7DAD571C032205d2233
Octal17525512734062401354263
Binary11111011010110110101111110001100101000001011101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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