#7DAB5C

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

Shades of Asparagus #7DAB5C

Tints of Asparagus #7DAB5C

Color information

#7DAB5C (or 0x7DAB5C) is unknown color: approx Asparagus. HEX triplet: 7D, AB and 5C. RGB value is (125,171,92). Sum of RGB (Red+Green+Blue) = 125+171+92=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB5C is #8254A3. Grayscale: #949494. Windows color (decimal): -8541348 or 6073213. OLE color: 6073213.

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

Color convert

RGB12517192-
CMYK0.2700.460.33
HSL94.94º31.98%51.57%-
HSV(B)94.94º46.2%67.06%-
XYZ24.9534.2615.42-
YUV148.2496.26111.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.22%
GREEN value IS 171 (67.19% from 255) = 44.07%
BLUE value IS 92 (36.33% from 255) = 23.71%
R=32.22%
G=44.07%
B=23.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125171920.2700.460.3394.9431.9851.57
Hex7DAB5C1B02E215f2034
Octal17525313433056411374064
Binary11111011010101110111001101101011101000011011111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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