#76AC53

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

Shades of Asparagus #76AC53

Tints of Asparagus #76AC53

Color information

#76AC53 (or 0x76AC53) is unknown color: approx Asparagus. HEX triplet: 76, AC and 53. RGB value is (118,172,83). Sum of RGB (Red+Green+Blue) = 118+172+83=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AC53 is #8953AC. Grayscale: #929292. Windows color (decimal): -8999853 or 5483638. OLE color: 5483638.

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

Color convert

RGB11817283-
CMYK0.3100.520.33
HSL96.4º34.9%50%-
HSV(B)96.4º51.74%67.45%-
XYZ23.7933.9813.49-
YUV145.7192.61108.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 83 (32.81% from 255) = 22.25%
R=31.64%
G=46.11%
B=22.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118172830.3100.520.3396.434.950
Hex76AC531F03421602332
Octal16625412337064411404362
Binary11101101010110010100111111101101001000011100000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,172,83); }

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

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

 a { background-color: rgb(118,172,83); }

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

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

 span { border-color: rgb(118,172,83); }

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