#86AA6E

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

Shades of Amulet #86AA6E

Tints of Amulet #86AA6E

Color information

#86AA6E (or 0x86AA6E) is unknown color: approx Amulet. HEX triplet: 86, AA and 6E. RGB value is (134,170,110). Sum of RGB (Red+Green+Blue) = 134+170+110=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AA6E is #795591. Grayscale: #989898. Windows color (decimal): -7951762 or 7252614. OLE color: 7252614.

HSL color Cylindrical-coordinate representation of color #86AA6E: hue angle of 96º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86AA6E is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB134170110-
CMYK0.2100.350.33
HSL96º26.09%54.9%-
HSV(B)96º35.29%66.67%-
XYZ27.0234.9420.07-
YUV152.4104.07114.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.37%
GREEN value IS 170 (66.80% from 255) = 41.06%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=32.37%
G=41.06%
B=26.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341701100.2100.350.339626.0954.9
Hex86AA6E1502321601a37
Octal20625215625043411403267
Binary10000110101010101101110101010100011100001110000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,170,110); }

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

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

 a { background-color: rgb(134,170,110); }

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

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

 span { border-color: rgb(134,170,110); }

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