#76AA47

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

Shades of Asparagus #76AA47

Tints of Asparagus #76AA47

Color information

#76AA47 (or 0x76AA47) is unknown color: approx Asparagus. HEX triplet: 76, AA and 47. RGB value is (118,170,71). Sum of RGB (Red+Green+Blue) = 118+170+71=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AA47 is #8955B8. Grayscale: #8F8F8F. Windows color (decimal): -9000377 or 4696694. OLE color: 4696694.

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

Color convert

RGB11817071-
CMYK0.3100.580.33
HSL91.52º41.08%47.25%-
HSV(B)91.52º58.24%66.67%-
XYZ22.9833.0611.13-
YUV143.1787.27110.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 170 (66.80% from 255) = 47.35%
BLUE value IS 71 (28.12% from 255) = 19.78%
R=32.87%
G=47.35%
B=19.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118170710.3100.580.3391.5241.0847.25
Hex76AA471F03A215c292f
Octal16625210737072411345157
Binary11101101010101010001111111101110101000011011100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,170,71); }

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

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

 a { background-color: rgb(118,170,71); }

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

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

 span { border-color: rgb(118,170,71); }

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