#7DAF5A

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

Shades of Asparagus #7DAF5A

Tints of Asparagus #7DAF5A

Color information

#7DAF5A (or 0x7DAF5A) is unknown color: approx Asparagus. HEX triplet: 7D, AF and 5A. RGB value is (125,175,90). Sum of RGB (Red+Green+Blue) = 125+175+90=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF5A is #8250A5. Grayscale: #969696. Windows color (decimal): -8540326 or 5943165. OLE color: 5943165.

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

Color convert

RGB12517590-
CMYK0.2900.490.31
HSL95.29º34.69%51.96%-
HSV(B)95.29º48.57%68.63%-
XYZ25.6335.7615.22-
YUV150.3693.94109.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.05%
GREEN value IS 175 (68.75% from 255) = 44.87%
BLUE value IS 90 (35.55% from 255) = 23.08%
R=32.05%
G=44.87%
B=23.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125175900.2900.490.3195.2934.6951.96
Hex7DAF5A1D0311F5f2334
Octal17525713235061371374364
Binary1111101101011111011010111010110001111111011111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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