#85A289

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

Shades of Envy #85A289

Tints of Envy #85A289

Color information

#85A289 (or 0x85A289) is unknown color: approx Envy. HEX triplet: 85, A2 and 89. RGB value is (133,162,137). Sum of RGB (Red+Green+Blue) = 133+162+137=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 162 - color contains mainly: green. Hex color #85A289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A289 is #7A5D76. Grayscale: #969696. Windows color (decimal): -8019319 or 9020037. OLE color: 9020037.

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

Color convert

RGB133162137-
CMYK0.1800.150.36
HSL128.28º13.49%57.84%-
HSV(B)128.28º17.9%63.53%-
XYZ27.1132.6328.54-
YUV150.48120.39115.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.79%
GREEN value IS 162 (63.67% from 255) = 37.5%
BLUE value IS 137 (53.91% from 255) = 31.71%
R=30.79%
G=37.5%
B=31.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1331621370.1800.150.36128.2813.4957.84
Hex85A289120F2480d3a
Octal20524221122017442001572
Binary1000010110100010100010011001001111100100100000001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,162,137); }

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

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

 a { background-color: rgb(133,162,137); }

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

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

 span { border-color: rgb(133,162,137); }

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