#85A789

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

Shades of Envy #85A789

Tints of Envy #85A789

Color information

#85A789 (or 0x85A789) is unknown color: approx Envy. HEX triplet: 85, A7 and 89. RGB value is (133,167,137). Sum of RGB (Red+Green+Blue) = 133+167+137=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 167 - color contains mainly: green. Hex color #85A789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A789 is #7A5876. Grayscale: #999999. Windows color (decimal): -8018039 or 9021317. OLE color: 9021317.

HSL color Cylindrical-coordinate representation of color #85A789: hue angle of 127.06º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #85A789 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB133167137-
CMYK0.2000.180.35
HSL127.06º16.19%58.82%-
HSV(B)127.06º20.36%65.49%-
XYZ28.0134.4328.84-
YUV153.41118.74113.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.43%
GREEN value IS 167 (65.62% from 255) = 38.22%
BLUE value IS 137 (53.91% from 255) = 31.35%
R=30.43%
G=38.22%
B=31.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1331671370.2000.180.35127.0616.1958.82
Hex85A78914012237f103b
Octal20524721124022431772073
Binary10000101101001111000100110100010010100011111111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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