#80A585

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

Shades of Envy #80A585

Tints of Envy #80A585

Color information

#80A585 (or 0x80A585) is unknown color: approx Envy. HEX triplet: 80, A5 and 85. RGB value is (128,165,133). Sum of RGB (Red+Green+Blue) = 128+165+133=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 165 - color contains mainly: green. Hex color #80A585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A585 is #7F5A7A. Grayscale: #969696. Windows color (decimal): -8346235 or 8758656. OLE color: 8758656.

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

Color convert

RGB128165133-
CMYK0.2200.190.35
HSL128.11º17.05%57.45%-
HSV(B)128.11º22.42%64.71%-
XYZ26.5933.1927.2-
YUV150.29118.24112.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.05%
GREEN value IS 165 (64.84% from 255) = 38.73%
BLUE value IS 133 (52.34% from 255) = 31.22%
R=30.05%
G=38.73%
B=31.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281651330.2200.190.35128.1117.0557.45
Hex80A5851601323801139
Octal20024520526023432002171
Binary100000001010010110000101101100100111000111000000010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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