#76A64D

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

Shades of Asparagus #76A64D

Tints of Asparagus #76A64D

Color information

#76A64D (or 0x76A64D) is unknown color: approx Asparagus. HEX triplet: 76, A6 and 4D. RGB value is (118,166,77). Sum of RGB (Red+Green+Blue) = 118+166+77=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 166 - color contains mainly: green. Hex color #76A64D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A64D is #8959B2. Grayscale: #8D8D8D. Windows color (decimal): -9001395 or 5088886. OLE color: 5088886.

HSL color Cylindrical-coordinate representation of color #76A64D: hue angle of 92.36º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76A64D is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB11816677-
CMYK0.2900.540.35
HSL92.36º36.63%47.65%-
HSV(B)92.36º53.61%65.1%-
XYZ22.4531.6611.95-
YUV141.591.6111.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.69%
GREEN value IS 166 (65.23% from 255) = 45.98%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=32.69%
G=45.98%
B=21.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118166770.2900.540.3592.3636.6347.65
Hex76A64D1D036235c2530
Octal16624611535066431344560
Binary11101101010011010011011110101101101000111011100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,166,77); }

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

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

 a { background-color: rgb(118,166,77); }

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

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

 span { border-color: rgb(118,166,77); }

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