#80A584

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

Shades of Envy #80A584

Tints of Envy #80A584

Color information

#80A584 (or 0x80A584) is unknown color: approx Envy. HEX triplet: 80, A5 and 84. RGB value is (128,165,132). Sum of RGB (Red+Green+Blue) = 128+165+132=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 165 - color contains mainly: green. Hex color #80A584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A584 is #7F5A7B. Grayscale: #969696. Windows color (decimal): -8346236 or 8693120. OLE color: 8693120.

HSL color Cylindrical-coordinate representation of color #80A584: hue angle of 126.49º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80A584 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB128165132-
CMYK0.2200.200.35
HSL126.49º17.05%57.45%-
HSV(B)126.49º22.42%64.71%-
XYZ26.5233.1726.83-
YUV150.17117.74112.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.12%
GREEN value IS 165 (64.84% from 255) = 38.82%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=30.12%
G=38.82%
B=31.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281651320.2200.200.35126.4917.0557.45
Hex80A58416014237e1139
Octal20024520426024431762171
Binary10000000101001011000010010110010100100011111111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,165,132); }

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

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

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

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

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

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

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