#86A377

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

Shades of Amulet #86A377

Tints of Amulet #86A377

Color information

#86A377 (or 0x86A377) is unknown color: approx Amulet. HEX triplet: 86, A3 and 77. RGB value is (134,163,119). Sum of RGB (Red+Green+Blue) = 134+163+119=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 163 - color contains mainly: green. Hex color #86A377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A377 is #795C88. Grayscale: #959595. Windows color (decimal): -7953545 or 7840646. OLE color: 7840646.

HSL color Cylindrical-coordinate representation of color #86A377: hue angle of 99.55º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86A377 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB134163119-
CMYK0.1800.270.36
HSL99.55º19.3%55.29%-
HSV(B)99.55º26.99%63.92%-
XYZ26.2632.5922.36-
YUV149.31110.89117.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.21%
GREEN value IS 163 (64.06% from 255) = 39.18%
BLUE value IS 119 (46.88% from 255) = 28.61%
R=32.21%
G=39.18%
B=28.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341631190.1800.270.3699.5519.355.29
Hex86A3771201B24641337
Octal20624316722033441442367
Binary1000011010100011111011110010011011100100110010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,163,119); }

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

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

 a { background-color: rgb(134,163,119); }

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

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

 span { border-color: rgb(134,163,119); }

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