#80AA66

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

Shades of Asparagus #80AA66

Tints of Asparagus #80AA66

Color information

#80AA66 (or 0x80AA66) is unknown color: approx Asparagus. HEX triplet: 80, AA and 66. RGB value is (128,170,102). Sum of RGB (Red+Green+Blue) = 128+170+102=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA66 is #7F5599. Grayscale: #959595. Windows color (decimal): -8344986 or 6728320. OLE color: 6728320.

HSL color Cylindrical-coordinate representation of color #80AA66: hue angle of 97.06º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80AA66 is Cyan = 0.25, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB128170102-
CMYK0.2500.40.33
HSL97.06º28.57%53.33%-
HSV(B)97.06º40%66.67%-
XYZ25.6834.317.84-
YUV149.69101.09112.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32%
GREEN value IS 170 (66.80% from 255) = 42.5%
BLUE value IS 102 (40.23% from 255) = 25.5%
R=32%
G=42.5%
B=25.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281701020.2500.40.3397.0628.5753.33
Hex80AA661902821611d35
Octal20025214631050411413565
Binary10000000101010101100110110010101000100001110000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80AA66; }

 p { color: rgb(128,170,102); }

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

<style>
 a { background-color: #80AA66; }

 a { background-color: rgb(128,170,102); }

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

<style>
 span { border-color: #80AA66; }

 span { border-color: rgb(128,170,102); }

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