#7DAF5D

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

Shades of Asparagus #7DAF5D

Tints of Asparagus #7DAF5D

Color information

#7DAF5D (or 0x7DAF5D) is unknown color: approx Asparagus. HEX triplet: 7D, AF and 5D. RGB value is (125,175,93). Sum of RGB (Red+Green+Blue) = 125+175+93=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF5D is #8250A2. Grayscale: #969696. Windows color (decimal): -8540323 or 6139773. OLE color: 6139773.

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

Color convert

RGB12517593-
CMYK0.2900.470.31
HSL96.59º33.88%52.55%-
HSV(B)96.59º46.86%68.63%-
XYZ25.7635.8115.91-
YUV150.795.44109.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.81%
GREEN value IS 175 (68.75% from 255) = 44.53%
BLUE value IS 93 (36.72% from 255) = 23.66%
R=31.81%
G=44.53%
B=23.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125175930.2900.470.3196.5933.8852.55
Hex7DAF5D1D02F1F612235
Octal17525713535057371414265
Binary1111101101011111011101111010101111111111100001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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