#86A68A

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

Shades of Envy #86A68A

Tints of Envy #86A68A

Color information

#86A68A (or 0x86A68A) is unknown color: approx Envy. HEX triplet: 86, A6 and 8A. RGB value is (134,166,138). Sum of RGB (Red+Green+Blue) = 134+166+138=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 166 - color contains mainly: green. Hex color #86A68A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A68A is #795975. Grayscale: #999999. Windows color (decimal): -7952758 or 9086598. OLE color: 9086598.

HSL color Cylindrical-coordinate representation of color #86A68A: hue angle of 127.5º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86A68A is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB134166138-
CMYK0.1900.170.35
HSL127.5º15.24%58.82%-
HSV(B)127.5º19.28%65.1%-
XYZ28.0634.1829.16-
YUV153.24119.4114.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.59%
GREEN value IS 166 (65.23% from 255) = 37.90%
BLUE value IS 138 (54.30% from 255) = 31.51%
R=30.59%
G=37.90%
B=31.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1341661380.1900.170.35127.515.2458.82
Hex86A68A13011237ff3b
Octal20624621223021431771773
Binary1000011010100110100010101001101000110001111111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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