#85968B

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

Shades of Envy #85968B

Tints of Envy #85968B

Color information

#85968B (or 0x85968B) is unknown color: approx Envy. HEX triplet: 85, 96 and 8B. RGB value is (133,150,139). Sum of RGB (Red+Green+Blue) = 133+150+139=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 150 - color contains mainly: green. Hex color #85968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85968B is #7A6974. Grayscale: #8F8F8F. Windows color (decimal): -8022389 or 9148037. OLE color: 9148037.

HSL color Cylindrical-coordinate representation of color #85968B: hue angle of 141.18º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #85968B is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB133150139-
CMYK0.1100.070.41
HSL141.18º7.49%55.49%-
HSV(B)141.18º11.33%58.82%-
XYZ25.2428.6628.63-
YUV143.66125.37120.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.52%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=31.52%
G=35.55%
B=32.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331501390.1100.070.41141.187.4955.49
Hex85968BB07298d737
Octal205226213130751215767
Binary1000010110010110100010111011011110100110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85968B; }

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

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

<style>
 a { background-color: #85968B; }

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

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

<style>
 span { border-color: #85968B; }

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

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