#7DAF61

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

Shades of Asparagus #7DAF61

Tints of Asparagus #7DAF61

Color information

#7DAF61 (or 0x7DAF61) is unknown color: approx Asparagus. HEX triplet: 7D, AF and 61. RGB value is (125,175,97). Sum of RGB (Red+Green+Blue) = 125+175+97=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF61 is #82509E. Grayscale: #979797. Windows color (decimal): -8540319 or 6401917. OLE color: 6401917.

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

Color convert

RGB12517597-
CMYK0.2900.450.31
HSL98.46º32.77%53.33%-
HSV(B)98.46º44.57%68.63%-
XYZ25.9535.8816.87-
YUV151.1697.44109.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=31.49%
G=44.08%
B=24.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125175970.2900.450.3198.4632.7753.33
Hex7DAF611D02D1F622135
Octal17525714135055371424165
Binary1111101101011111100001111010101101111111100010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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