#76A44A

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

Shades of Asparagus #76A44A

Tints of Asparagus #76A44A

Color information

#76A44A (or 0x76A44A) is unknown color: approx Asparagus. HEX triplet: 76, A4 and 4A. RGB value is (118,164,74). Sum of RGB (Red+Green+Blue) = 118+164+74=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #76A44A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A44A is #895BB5. Grayscale: #8C8C8C. Windows color (decimal): -9001910 or 4891766. OLE color: 4891766.

HSL color Cylindrical-coordinate representation of color #76A44A: hue angle of 90.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76A44A is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB11816474-
CMYK0.2800.550.36
HSL90.67º37.82%46.67%-
HSV(B)90.67º54.88%64.31%-
XYZ21.9830.911.28-
YUV139.9990.76112.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.15%
GREEN value IS 164 (64.45% from 255) = 46.07%
BLUE value IS 74 (29.30% from 255) = 20.79%
R=33.15%
G=46.07%
B=20.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118164740.2800.550.3690.6737.8246.67
Hex76A44A1C037245b262f
Octal16624411234067441334657
Binary11101101010010010010101110001101111001001011011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,164,74); }

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

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

 a { background-color: rgb(118,164,74); }

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

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

 span { border-color: rgb(118,164,74); }

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