#80AF85

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

Shades of Envy #80AF85

Tints of Envy #80AF85

Color information

#80AF85 (or 0x80AF85) is unknown color: approx Envy. HEX triplet: 80, AF and 85. RGB value is (128,175,133). Sum of RGB (Red+Green+Blue) = 128+175+133=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AF85 is #7F507A. Grayscale: #9C9C9C. Windows color (decimal): -8343675 or 8761216. OLE color: 8761216.

HSL color Cylindrical-coordinate representation of color #80AF85: hue angle of 126.38º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80AF85 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB128175133-
CMYK0.2700.240.31
HSL126.38º22.71%59.41%-
HSV(B)126.38º26.86%68.63%-
XYZ28.4736.9427.82-
YUV156.16114.93107.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.36%
GREEN value IS 175 (68.75% from 255) = 40.14%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=29.36%
G=40.14%
B=30.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281751330.2700.240.31126.3822.7159.41
Hex80AF851B0181F7e173b
Octal20025720533030371762773
Binary1000000010101111100001011101101100011111111111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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