Html Css Color HEX #86A089 Envy

📋 copy color: '#86A089'

red 134 ◦ green 160 ◦ blue 137

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

Shades of Envy #86A089

Tints of Envy #86A089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.79%

R = 31.09%
G = 37.12%
B = 31.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#86A089 (or 0x86A089) is known color: Envy. HEX triplet: 86, A0 and 89. RGB value is (134,160,137). Sum of RGB (Red+Green+Blue) = 134+160+137=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 160 - color contains mainly: green. Hex color #86A089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A089 is #795F76. Grayscale: #959595. Windows color (decimal): -7954295 or 9019526. OLE color: 9019526.

HSL color Cylindrical-coordinate representation of color #86A089: hue angle of 126.92º 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 #86A089 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 160 137 -
CMYK 0.16 0 0.14 0.37
HSL 126.92º 0.12% 0.58% -
HSV(B) 126.92º 0.16% 0.63% -
XYZ 26.92 32.02 28.43 -
YUV 149.6 120.89 116.87 -
System Red Green Blue C M Y K H S L
Decimal 134 160 137 0.16 0 0.14 0.37 126.92 0.12 0.58
Hex 86 A0 89 10 0 E 25 7F C 3A
Octal 206 240 211 20 0 16 45 177 14 72
Binary 10000110 10100000 10001001 10000 0 1110 100101 1111111 1100 111010

Color Harmonies of #86A089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A089

Black with #86A089

Text Example


Text Example

White with #86A089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86A089;
 }
 .AnyTagClassName
 {
   color: #86A089;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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