#86988D

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

Shades of Envy #86988D

Tints of Envy #86988D

Color information

#86988D (or 0x86988D) is unknown color: approx Envy. HEX triplet: 86, 98 and 8D. RGB value is (134,152,141). Sum of RGB (Red+Green+Blue) = 134+152+141=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 152 - color contains mainly: green. Hex color #86988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86988D is #796772. Grayscale: #919191. Windows color (decimal): -7956339 or 9279622. OLE color: 9279622.

HSL color Cylindrical-coordinate representation of color #86988D: hue angle of 143.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #86988D is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB134152141-
CMYK0.1200.070.40
HSL143.33º8.04%56.08%-
HSV(B)143.33º11.84%59.61%-
XYZ25.8729.4529.52-
YUV145.36125.54119.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 141 (55.47% from 255) = 33.02%
R=31.38%
G=35.60%
B=33.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1341521410.1200.070.40143.338.0456.08
Hex86988DC07288f838
Octal2062302151407502171070
Binary10000110100110001000110111000111101000100011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86988D; }

 p { color: rgb(134,152,141); }

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

<style>
 a { background-color: #86988D; }

 a { background-color: rgb(134,152,141); }

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

<style>
 span { border-color: #86988D; }

 span { border-color: rgb(134,152,141); }

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