#77A160

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

Shades of Asparagus #77A160

Tints of Asparagus #77A160

Color information

#77A160 (or 0x77A160) is unknown color: approx Asparagus. HEX triplet: 77, A1 and 60. RGB value is (119,161,96). Sum of RGB (Red+Green+Blue) = 119+161+96=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #77A160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A160 is #885E9F. Grayscale: #8D8D8D. Windows color (decimal): -8937120 or 6332791. OLE color: 6332791.

HSL color Cylindrical-coordinate representation of color #77A160: hue angle of 98.77º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77A160 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB11916196-
CMYK0.2600.400.37
HSL98.77º25.69%50.39%-
HSV(B)98.77º40.37%63.14%-
XYZ22.4630.2615.72-
YUV141.03102.59112.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.65%
GREEN value IS 161 (63.28% from 255) = 42.82%
BLUE value IS 96 (37.89% from 255) = 25.53%
R=31.65%
G=42.82%
B=25.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal119161960.2600.400.3798.7725.6950.39
Hex77A1601A02825631a32
Octal16724114032050451433262
Binary1110111101000011100000110100101000100101110001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A160; }

 p { color: rgb(119,161,96); }

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

<style>
 a { background-color: #77A160; }

 a { background-color: rgb(119,161,96); }

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

<style>
 span { border-color: #77A160; }

 span { border-color: rgb(119,161,96); }

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