#80A589

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

Shades of Envy #80A589

Tints of Envy #80A589

Color information

#80A589 (or 0x80A589) is unknown color: approx Envy. HEX triplet: 80, A5 and 89. RGB value is (128,165,137). Sum of RGB (Red+Green+Blue) = 128+165+137=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 165 - color contains mainly: green. Hex color #80A589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A589 is #7F5A76. Grayscale: #969696. Windows color (decimal): -8346231 or 9020800. OLE color: 9020800.

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

Color convert

RGB128165137-
CMYK0.2200.170.35
HSL134.59º17.05%57.45%-
HSV(B)134.59º22.42%64.71%-
XYZ26.8733.3128.68-
YUV150.74120.24111.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 165 (64.84% from 255) = 38.37%
BLUE value IS 137 (53.91% from 255) = 31.86%
R=29.77%
G=38.37%
B=31.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281651370.2200.170.35134.5917.0557.45
Hex80A5891601123871139
Octal20024521126021432072171
Binary100000001010010110001001101100100011000111000011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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