#7DAF52

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

Shades of Asparagus #7DAF52

Tints of Asparagus #7DAF52

Color information

#7DAF52 (or 0x7DAF52) is unknown color: approx Asparagus. HEX triplet: 7D, AF and 52. RGB value is (125,175,82). Sum of RGB (Red+Green+Blue) = 125+175+82=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF52 is #8250AD. Grayscale: #959595. Windows color (decimal): -8540334 or 5418877. OLE color: 5418877.

HSL color Cylindrical-coordinate representation of color #7DAF52: hue angle of 92.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DAF52 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB12517582-
CMYK0.2900.530.31
HSL92.26º36.76%50.39%-
HSV(B)92.26º53.14%68.63%-
XYZ25.3135.6313.53-
YUV149.4589.94110.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.72%
GREEN value IS 175 (68.75% from 255) = 45.81%
BLUE value IS 82 (32.42% from 255) = 21.47%
R=32.72%
G=45.81%
B=21.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125175820.2900.530.3192.2636.7650.39
Hex7DAF521D0351F5c2532
Octal17525712235065371344562
Binary1111101101011111010010111010110101111111011100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,175,82); }

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

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

 a { background-color: rgb(125,175,82); }

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

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

 span { border-color: rgb(125,175,82); }

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