#7DAD51

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

Shades of Asparagus #7DAD51

Tints of Asparagus #7DAD51

Color information

#7DAD51 (or 0x7DAD51) is unknown color: approx Asparagus. HEX triplet: 7D, AD and 51. RGB value is (125,173,81). Sum of RGB (Red+Green+Blue) = 125+173+81=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD51 is #8252AE. Grayscale: #949494. Windows color (decimal): -8540847 or 5352829. OLE color: 5352829.

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

Color convert

RGB12517381-
CMYK0.2800.530.32
HSL91.3º36.22%49.8%-
HSV(B)91.3º53.18%67.84%-
XYZ24.8934.8413.2-
YUV148.1690.1111.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.98%
GREEN value IS 173 (67.97% from 255) = 45.65%
BLUE value IS 81 (32.03% from 255) = 21.37%
R=32.98%
G=45.65%
B=21.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125173810.2800.530.3291.336.2249.8
Hex7DAD511C035205b2432
Octal17525512134065401334462
Binary11111011010110110100011110001101011000001011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAD51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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