#7DAF5F

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

Shades of Asparagus #7DAF5F

Tints of Asparagus #7DAF5F

Color information

#7DAF5F (or 0x7DAF5F) is unknown color: approx Asparagus. HEX triplet: 7D, AF and 5F. RGB value is (125,175,95). Sum of RGB (Red+Green+Blue) = 125+175+95=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF5F is #8250A0. Grayscale: #979797. Windows color (decimal): -8540321 or 6270845. OLE color: 6270845.

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

Color convert

RGB12517595-
CMYK0.2900.460.31
HSL97.5º33.33%52.94%-
HSV(B)97.5º45.71%68.63%-
XYZ25.8535.8516.38-
YUV150.9396.44109.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.65%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 95 (37.5% from 255) = 24.05%
R=31.65%
G=44.30%
B=24.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125175950.2900.460.3197.533.3352.94
Hex7DAF5F1D02E1F622135
Octal17525713735056371424165
Binary1111101101011111011111111010101110111111100010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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