#80AB80

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

Shades of Envy #80AB80

Tints of Envy #80AB80

Color information

#80AB80 (or 0x80AB80) is unknown color: approx Envy. HEX triplet: 80, AB and 80. RGB value is (128,171,128). Sum of RGB (Red+Green+Blue) = 128+171+128=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AB80 is #7F547F. Grayscale: #999999. Windows color (decimal): -8344704 or 8432512. OLE color: 8432512.

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

Color convert

RGB128171128-
CMYK0.2500.250.33
HSL120º20.38%58.63%-
HSV(B)120º25.15%67.06%-
XYZ27.3635.2725.79-
YUV153.24113.75110-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.98%
GREEN value IS 171 (67.19% from 255) = 40.05%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=29.98%
G=40.05%
B=29.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281711280.2500.250.3312020.3858.63
Hex80AB80190192178143b
Octal20025320031031411702473
Binary10000000101010111000000011001011001100001111100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,171,128); }

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

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

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

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

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

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

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