#76A34D

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

Shades of Asparagus #76A34D

Tints of Asparagus #76A34D

Color information

#76A34D (or 0x76A34D) is unknown color: approx Asparagus. HEX triplet: 76, A3 and 4D. RGB value is (118,163,77). Sum of RGB (Red+Green+Blue) = 118+163+77=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 163 - color contains mainly: green. Hex color #76A34D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A34D is #895CB2. Grayscale: #8C8C8C. Windows color (decimal): -9002163 or 5088118. OLE color: 5088118.

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

Color convert

RGB11816377-
CMYK0.2800.530.36
HSL91.4º35.83%47.06%-
HSV(B)91.4º52.76%63.92%-
XYZ21.9130.5811.77-
YUV139.7492.59112.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.96%
GREEN value IS 163 (64.06% from 255) = 45.53%
BLUE value IS 77 (30.47% from 255) = 21.51%
R=32.96%
G=45.53%
B=21.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118163770.2800.530.3691.435.8347.06
Hex76A34D1C035245b242f
Octal16624311534065441334457
Binary11101101010001110011011110001101011001001011011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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