#76AA5C

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

Shades of Asparagus #76AA5C

Tints of Asparagus #76AA5C

Color information

#76AA5C (or 0x76AA5C) is unknown color: approx Asparagus. HEX triplet: 76, AA and 5C. RGB value is (118,170,92). Sum of RGB (Red+Green+Blue) = 118+170+92=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AA5C is #8955A3. Grayscale: #919191. Windows color (decimal): -9000356 or 6072950. OLE color: 6072950.

HSL color Cylindrical-coordinate representation of color #76AA5C: hue angle of 100º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76AA5C is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB11817092-
CMYK0.3100.460.33
HSL100º31.45%51.37%-
HSV(B)100º45.88%66.67%-
XYZ23.7833.3715.31-
YUV145.5697.77108.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 170 (66.80% from 255) = 44.74%
BLUE value IS 92 (36.33% from 255) = 24.21%
R=31.05%
G=44.74%
B=24.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118170920.3100.460.3310031.4551.37
Hex76AA5C1F02E21641f33
Octal16625213437056411443763
Binary1110110101010101011100111110101110100001110010011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76AA5C; }

 p { color: rgb(118,170,92); }

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

<style>
 a { background-color: #76AA5C; }

 a { background-color: rgb(118,170,92); }

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

<style>
 span { border-color: #76AA5C; }

 span { border-color: rgb(118,170,92); }

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