#86918A

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

Shades of Envy #86918A

Tints of Envy #86918A

Color information

#86918A (or 0x86918A) is unknown color: approx Envy. HEX triplet: 86, 91 and 8A. RGB value is (134,145,138). Sum of RGB (Red+Green+Blue) = 134+145+138=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 145 - color contains mainly: green. Hex color #86918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86918A is #796E75. Grayscale: #8C8C8C. Windows color (decimal): -7958134 or 9081222. OLE color: 9081222.

HSL color Cylindrical-coordinate representation of color #86918A: hue angle of 141.82º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #86918A is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB134145138-
CMYK0.0800.050.43
HSL141.82º4.76%54.71%-
HSV(B)141.82º7.59%56.86%-
XYZ24.5427.1527.99-
YUV140.91126.36123.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=32.13%
G=34.77%
B=33.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341451380.0800.050.43141.824.7654.71
Hex86918A8052B8e537
Octal206221212100553216567
Binary1000011010010001100010101000010110101110001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86918A; }

 p { color: rgb(134,145,138); }

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

<style>
 a { background-color: #86918A; }

 a { background-color: rgb(134,145,138); }

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

<style>
 span { border-color: #86918A; }

 span { border-color: rgb(134,145,138); }

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