#86958B

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

Shades of Envy #86958B

Tints of Envy #86958B

Color information

#86958B (or 0x86958B) is unknown color: approx Envy. HEX triplet: 86, 95 and 8B. RGB value is (134,149,139). Sum of RGB (Red+Green+Blue) = 134+149+139=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 149 - color contains mainly: green. Hex color #86958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86958B is #796A74. Grayscale: #8F8F8F. Windows color (decimal): -7957109 or 9147782. OLE color: 9147782.

HSL color Cylindrical-coordinate representation of color #86958B: hue angle of 140º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #86958B is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB134149139-
CMYK0.1000.070.42
HSL140º6.61%55.49%-
HSV(B)140º10.07%58.43%-
XYZ25.2428.4328.58-
YUV143.38125.53121.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=31.75%
G=35.31%
B=32.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341491390.1000.070.421406.6155.49
Hex86958BA072A8c737
Octal206225213120752214767
Binary1000011010010101100010111010011110101010001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,149,139); }

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

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

 a { background-color: rgb(134,149,139); }

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

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

 span { border-color: rgb(134,149,139); }

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