#76AE56

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

Shades of Asparagus #76AE56

Tints of Asparagus #76AE56

Color information

#76AE56 (or 0x76AE56) is unknown color: approx Asparagus. HEX triplet: 76, AE and 56. RGB value is (118,174,86). Sum of RGB (Red+Green+Blue) = 118+174+86=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AE56 is #8951A9. Grayscale: #939393. Windows color (decimal): -8999338 or 5680758. OLE color: 5680758.

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

Color convert

RGB11817486-
CMYK0.3200.510.32
HSL98.18º35.2%50.98%-
HSV(B)98.18º50.57%68.24%-
XYZ24.2934.814.24-
YUV147.2293.45107.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 174 (68.36% from 255) = 46.03%
BLUE value IS 86 (33.98% from 255) = 22.75%
R=31.22%
G=46.03%
B=22.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118174860.3200.510.3298.1835.250.98
Hex76AE562003320622333
Octal16625612640063401424363
Binary111011010101110101011010000001100111000001100010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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