#76AC52

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

Shades of Asparagus #76AC52

Tints of Asparagus #76AC52

Color information

#76AC52 (or 0x76AC52) is unknown color: approx Asparagus. HEX triplet: 76, AC and 52. RGB value is (118,172,82). Sum of RGB (Red+Green+Blue) = 118+172+82=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AC52 is #8953AD. Grayscale: #919191. Windows color (decimal): -8999854 or 5418102. OLE color: 5418102.

HSL color Cylindrical-coordinate representation of color #76AC52: hue angle of 96º 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 #76AC52 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB11817282-
CMYK0.3100.520.33
HSL96º35.43%49.8%-
HSV(B)96º52.33%67.45%-
XYZ23.7533.9713.29-
YUV145.5992.11108.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.72%
GREEN value IS 172 (67.58% from 255) = 46.24%
BLUE value IS 82 (32.42% from 255) = 22.04%
R=31.72%
G=46.24%
B=22.04%

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
Decimal118172820.3100.520.339635.4349.8
Hex76AC521F03421602332
Octal16625412237064411404362
Binary11101101010110010100101111101101001000011100000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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