#86938B

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

Shades of Envy #86938B

Tints of Envy #86938B

Color information

#86938B (or 0x86938B) is unknown color: approx Envy. HEX triplet: 86, 93 and 8B. RGB value is (134,147,139). Sum of RGB (Red+Green+Blue) = 134+147+139=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 147 - color contains mainly: green. Hex color #86938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86938B is #796C74. Grayscale: #8E8E8E. Windows color (decimal): -7957621 or 9147270. OLE color: 9147270.

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

Color convert

RGB134147139-
CMYK0.0900.050.42
HSL143.08º5.68%55.1%-
HSV(B)143.08º8.84%57.65%-
XYZ24.9327.828.48-
YUV142.2126.19122.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.90%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 139 (54.69% from 255) = 33.10%
R=31.90%
G=35%
B=33.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341471390.0900.050.42143.085.6855.1
Hex86938B9052A8f637
Octal206223213110552217667
Binary1000011010010011100010111001010110101010001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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