#80AB85

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

Shades of Envy #80AB85

Tints of Envy #80AB85

Color information

#80AB85 (or 0x80AB85) is unknown color: approx Envy. HEX triplet: 80, AB and 85. RGB value is (128,171,133). Sum of RGB (Red+Green+Blue) = 128+171+133=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AB85 is #7F547A. Grayscale: #999999. Windows color (decimal): -8344699 or 8760192. OLE color: 8760192.

HSL color Cylindrical-coordinate representation of color #80AB85: hue angle of 126.98º 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 #80AB85 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB128171133-
CMYK0.2500.220.33
HSL126.98º20.38%58.63%-
HSV(B)126.98º25.15%67.06%-
XYZ27.735.4127.56-
YUV153.81116.25109.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.63%
GREEN value IS 171 (67.19% from 255) = 39.58%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=29.63%
G=39.58%
B=30.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281711330.2500.220.33126.9820.3858.63
Hex80AB8519016217f143b
Octal20025320531026411772473
Binary10000000101010111000010111001010110100001111111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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