#86A08D

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

Shades of Envy #86A08D

Tints of Envy #86A08D

Color information

#86A08D (or 0x86A08D) is unknown color: approx Envy. HEX triplet: 86, A0 and 8D. RGB value is (134,160,141). Sum of RGB (Red+Green+Blue) = 134+160+141=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 160 - color contains mainly: green. Hex color #86A08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A08D is #795F72. Grayscale: #969696. Windows color (decimal): -7954291 or 9281670. OLE color: 9281670.

HSL color Cylindrical-coordinate representation of color #86A08D: hue angle of 136.15º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86A08D is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB134160141-
CMYK0.1600.120.37
HSL136.15º12.04%57.65%-
HSV(B)136.15º16.25%62.75%-
XYZ27.2132.1329.97-
YUV150.06122.89116.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.80%
GREEN value IS 160 (62.89% from 255) = 36.78%
BLUE value IS 141 (55.47% from 255) = 32.41%
R=30.80%
G=36.78%
B=32.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1341601410.1600.120.37136.1512.0457.65
Hex86A08D100C2588c3a
Octal20624021520014452101472
Binary1000011010100000100011011000001100100101100010001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A08D; }

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

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

<style>
 a { background-color: #86A08D; }

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

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

<style>
 span { border-color: #86A08D; }

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

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