#76A756

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

Shades of Asparagus #76A756

Tints of Asparagus #76A756

Color information

#76A756 (or 0x76A756) is unknown color: approx Asparagus. HEX triplet: 76, A7 and 56. RGB value is (118,167,86). Sum of RGB (Red+Green+Blue) = 118+167+86=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #76A756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A756 is #8958A9. Grayscale: #8F8F8F. Windows color (decimal): -9001130 or 5678966. OLE color: 5678966.

HSL color Cylindrical-coordinate representation of color #76A756: hue angle of 96.3º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76A756 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB11816786-
CMYK0.2900.490.35
HSL96.3º32.02%49.61%-
HSV(B)96.3º48.5%65.49%-
XYZ22.9732.1613.8-
YUV143.1195.77110.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 167 (65.62% from 255) = 45.01%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=31.81%
G=45.01%
B=23.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118167860.2900.490.3596.332.0249.61
Hex76A7561D03123602032
Octal16624712635061431404062
Binary11101101010011110101101110101100011000111100000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,167,86); }

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

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

 a { background-color: rgb(118,167,86); }

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

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

 span { border-color: rgb(118,167,86); }

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