#7DAB5F

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

Shades of Asparagus #7DAB5F

Tints of Asparagus #7DAB5F

Color information

#7DAB5F (or 0x7DAB5F) is unknown color: approx Asparagus. HEX triplet: 7D, AB and 5F. RGB value is (125,171,95). Sum of RGB (Red+Green+Blue) = 125+171+95=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB5F is #8254A0. Grayscale: #949494. Windows color (decimal): -8541345 or 6269821. OLE color: 6269821.

HSL color Cylindrical-coordinate representation of color #7DAB5F: hue angle of 96.32º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DAB5F is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB12517195-
CMYK0.2700.440.33
HSL96.32º31.15%52.16%-
HSV(B)96.32º44.44%67.06%-
XYZ25.0934.3116.13-
YUV148.5897.76111.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.97%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=31.97%
G=43.73%
B=24.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125171950.2700.440.3396.3231.1552.16
Hex7DAB5F1B02C21601f34
Octal17525313733054411403764
Binary1111101101010111011111110110101100100001110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,171,95); }

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

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

 a { background-color: rgb(125,171,95); }

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

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

 span { border-color: rgb(125,171,95); }

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