#85A48F

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

Shades of Envy #85A48F

Tints of Envy #85A48F

Color information

#85A48F (or 0x85A48F) is unknown color: approx Envy. HEX triplet: 85, A4 and 8F. RGB value is (133,164,143). Sum of RGB (Red+Green+Blue) = 133+164+143=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 164 - color contains mainly: green. Hex color #85A48F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A48F is #7A5B70. Grayscale: #989898. Windows color (decimal): -8018801 or 9413765. OLE color: 9413765.

HSL color Cylindrical-coordinate representation of color #85A48F: hue angle of 139.35º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85A48F is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB133164143-
CMYK0.1900.130.36
HSL139.35º14.55%58.24%-
HSV(B)139.35º18.9%64.31%-
XYZ27.9133.5230.99-
YUV152.34122.73114.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.23%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 143 (56.25% from 255) = 32.5%
R=30.23%
G=37.27%
B=32.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1331641430.1900.130.36139.3514.5558.24
Hex85A48F130D248bf3a
Octal20524421723015442131772
Binary1000010110100100100011111001101101100100100010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A48F; }

 p { color: rgb(133,164,143); }

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

<style>
 a { background-color: #85A48F; }

 a { background-color: rgb(133,164,143); }

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

<style>
 span { border-color: #85A48F; }

 span { border-color: rgb(133,164,143); }

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