#85A48E

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

Shades of Envy #85A48E

Tints of Envy #85A48E

Color information

#85A48E (or 0x85A48E) is unknown color: approx Envy. HEX triplet: 85, A4 and 8E. RGB value is (133,164,142). Sum of RGB (Red+Green+Blue) = 133+164+142=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 164 - color contains mainly: green. Hex color #85A48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A48E is #7A5B71. Grayscale: #989898. Windows color (decimal): -8018802 or 9348229. OLE color: 9348229.

HSL color Cylindrical-coordinate representation of color #85A48E: hue angle of 137.42º 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 #85A48E is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB133164142-
CMYK0.1900.130.36
HSL137.42º14.55%58.24%-
HSV(B)137.42º18.9%64.31%-
XYZ27.8333.4930.59-
YUV152.22122.23114.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.30%
GREEN value IS 164 (64.45% from 255) = 37.36%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=30.30%
G=37.36%
B=32.35%

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
Decimal1331641420.1900.130.36137.4214.5558.24
Hex85A48E130D2489f3a
Octal20524421623015442111772
Binary1000010110100100100011101001101101100100100010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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