#7DA961

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

Shades of Asparagus #7DA961

Tints of Asparagus #7DA961

Color information

#7DA961 (or 0x7DA961) is unknown color: approx Asparagus. HEX triplet: 7D, A9 and 61. RGB value is (125,169,97). Sum of RGB (Red+Green+Blue) = 125+169+97=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #7DA961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA961 is #82569E. Grayscale: #939393. Windows color (decimal): -8541855 or 6400381. OLE color: 6400381.

HSL color Cylindrical-coordinate representation of color #7DA961: hue angle of 96.67º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DA961 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB12516997-
CMYK0.2600.430.34
HSL96.67º29.51%52.16%-
HSV(B)96.67º42.6%66.27%-
XYZ24.833.616.49-
YUV147.6499.42111.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.97%
GREEN value IS 169 (66.41% from 255) = 43.22%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=31.97%
G=43.22%
B=24.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal125169970.2600.430.3496.6729.5152.16
Hex7DA9611A02B22611e34
Octal17525114132053421413664
Binary1111101101010011100001110100101011100010110000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,169,97); }

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

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

 a { background-color: rgb(125,169,97); }

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

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

 span { border-color: rgb(125,169,97); }

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