Html Css Color HEX #86A08D Envy

📋 copy color: '#86A08D'

red 134 ◦ green 160 ◦ blue 141

#86A08D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Envy #86A08D

Tints of Envy #86A08D

RGB

 RED value IS 134 (52.73% from 255) = 30.8%

 GREEN value IS 160 (62.89% from 255) = 36.78%

 BLUE value IS 141 (55.47% from 255) = 32.41%

R = 30.8%
G = 36.78%
B = 32.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#86A08D (or 0x86A08D) is known color: 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

RGB 134 160 141 -
CMYK 0.16 0 0.12 0.37
HSL 136.15º 0.12% 0.58% -
HSV(B) 136.15º 0.16% 0.63% -
XYZ 27.21 32.13 29.97 -
YUV 150.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 134 160 141 0.16 0 0.12 0.37 136.15 0.12 0.58
Hex 86 A0 8D 10 0 C 25 88 C 3A
Octal 206 240 215 20 0 14 45 210 14 72
Binary 10000110 10100000 10001101 10000 0 1100 100101 10001000 1100 111010

Color Harmonies of #86A08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A08D

Black with #86A08D

Text Example


Text Example

White with #86A08D

Text Example


Text Example

HTML Codes & Css Web 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>