#85AD8B

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

Shades of Envy #85AD8B

Tints of Envy #85AD8B

Color information

#85AD8B (or 0x85AD8B) is unknown color: approx Envy. HEX triplet: 85, AD and 8B. RGB value is (133,173,139). Sum of RGB (Red+Green+Blue) = 133+173+139=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AD8B is #7A5274. Grayscale: #9D9D9D. Windows color (decimal): -8016501 or 9153925. OLE color: 9153925.

HSL color Cylindrical-coordinate representation of color #85AD8B: hue angle of 129º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85AD8B is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB133173139-
CMYK0.2300.200.32
HSL129º19.61%60%-
HSV(B)129º23.12%67.84%-
XYZ29.2836.7429.97-
YUV157.16117.75110.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.89%
GREEN value IS 173 (67.97% from 255) = 38.88%
BLUE value IS 139 (54.69% from 255) = 31.24%
R=29.89%
G=38.88%
B=31.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331731390.2300.200.3212919.6160
Hex85AD8B170142081143c
Octal20525521327024402012474
Binary100001011010110110001011101110101001000001000000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,173,139); }

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

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

 a { background-color: rgb(133,173,139); }

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

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

 span { border-color: rgb(133,173,139); }

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