#76AA5F

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

Shades of Asparagus #76AA5F

Tints of Asparagus #76AA5F

Color information

#76AA5F (or 0x76AA5F) is unknown color: approx Asparagus. HEX triplet: 76, AA and 5F. RGB value is (118,170,95). Sum of RGB (Red+Green+Blue) = 118+170+95=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AA5F is #8955A0. Grayscale: #929292. Windows color (decimal): -9000353 or 6269558. OLE color: 6269558.

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

Color convert

RGB11817095-
CMYK0.3100.440.33
HSL101.6º30.61%51.96%-
HSV(B)101.6º44.12%66.67%-
XYZ23.9133.4316.02-
YUV145.999.27108.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.81%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=30.81%
G=44.39%
B=24.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118170950.3100.440.33101.630.6151.96
Hex76AA5F1F02C21661f34
Octal16625213737054411463764
Binary1110110101010101011111111110101100100001110011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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