#76AE50

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

Shades of Asparagus #76AE50

Tints of Asparagus #76AE50

Color information

#76AE50 (or 0x76AE50) is unknown color: approx Asparagus. HEX triplet: 76, AE and 50. RGB value is (118,174,80). Sum of RGB (Red+Green+Blue) = 118+174+80=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AE50 is #8951AF. Grayscale: #929292. Windows color (decimal): -8999344 or 5287542. OLE color: 5287542.

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

Color convert

RGB11817480-
CMYK0.3200.540.32
HSL95.74º37.01%49.8%-
HSV(B)95.74º54.02%68.24%-
XYZ24.0634.713.02-
YUV146.5490.45107.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.72%
GREEN value IS 174 (68.36% from 255) = 46.77%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=31.72%
G=46.77%
B=21.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118174800.3200.540.3295.7437.0149.8
Hex76AE502003620602532
Octal16625612040066401404562
Binary111011010101110101000010000001101101000001100000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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