#86AC7E

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

Shades of Amulet #86AC7E

Tints of Amulet #86AC7E

Color information

#86AC7E (or 0x86AC7E) is unknown color: approx Amulet. HEX triplet: 86, AC and 7E. RGB value is (134,172,126). Sum of RGB (Red+Green+Blue) = 134+172+126=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AC7E is #795381. Grayscale: #9B9B9B. Windows color (decimal): -7951234 or 8301702. OLE color: 8301702.

HSL color Cylindrical-coordinate representation of color #86AC7E: hue angle of 109.57º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86AC7E is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB134172126-
CMYK0.2200.270.33
HSL109.57º21.7%58.43%-
HSV(B)109.57º26.74%67.45%-
XYZ28.3536.0825.21-
YUV155.39111.41112.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 126 (49.61% from 255) = 29.17%
R=31.02%
G=39.81%
B=29.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341721260.2200.270.33109.5721.758.43
Hex86AC7E1601B216e163a
Octal20625417626033411562672
Binary1000011010101100111111010110011011100001110111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,172,126); }

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

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

 a { background-color: rgb(134,172,126); }

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

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

 span { border-color: rgb(134,172,126); }

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