#76AC54

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

Shades of Asparagus #76AC54

Tints of Asparagus #76AC54

Color information

#76AC54 (or 0x76AC54) is unknown color: approx Asparagus. HEX triplet: 76, AC and 54. RGB value is (118,172,84). Sum of RGB (Red+Green+Blue) = 118+172+84=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AC54 is #8953AB. Grayscale: #929292. Windows color (decimal): -8999852 or 5549174. OLE color: 5549174.

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

Color convert

RGB11817284-
CMYK0.3100.510.33
HSL96.82º34.65%50.2%-
HSV(B)96.82º51.16%67.45%-
XYZ23.823413.69-
YUV145.8293.11108.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 172 (67.58% from 255) = 45.99%
BLUE value IS 84 (33.20% from 255) = 22.46%
R=31.55%
G=45.99%
B=22.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118172840.3100.510.3396.8234.6550.2
Hex76AC541F03321612332
Octal16625412437063411414362
Binary11101101010110010101001111101100111000011100001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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