#85AC8E

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

Shades of Envy #85AC8E

Tints of Envy #85AC8E

Color information

#85AC8E (or 0x85AC8E) is unknown color: approx Envy. HEX triplet: 85, AC and 8E. RGB value is (133,172,142). Sum of RGB (Red+Green+Blue) = 133+172+142=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AC8E is #7A5371. Grayscale: #9D9D9D. Windows color (decimal): -8016754 or 9350277. OLE color: 9350277.

HSL color Cylindrical-coordinate representation of color #85AC8E: hue angle of 133.85º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85AC8E is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB133172142-
CMYK0.2300.170.33
HSL133.85º19.02%59.8%-
HSV(B)133.85º22.67%67.45%-
XYZ29.3136.4431.08-
YUV156.92119.58110.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.75%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=29.75%
G=38.48%
B=31.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1331721420.2300.170.33133.8519.0259.8
Hex85AC8E170112186133c
Octal20525421627021412062374
Binary100001011010110010001110101110100011000011000011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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