#86AC72

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

Shades of Amulet #86AC72

Tints of Amulet #86AC72

Color information

#86AC72 (or 0x86AC72) is unknown color: approx Amulet. HEX triplet: 86, AC and 72. RGB value is (134,172,114). Sum of RGB (Red+Green+Blue) = 134+172+114=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AC72 is #79538D. Grayscale: #9A9A9A. Windows color (decimal): -7951246 or 7515270. OLE color: 7515270.

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

Color convert

RGB134172114-
CMYK0.2200.340.33
HSL99.31º25.89%56.08%-
HSV(B)99.31º33.72%67.45%-
XYZ27.6235.7921.37-
YUV154.03105.41113.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.90%
GREEN value IS 172 (67.58% from 255) = 40.95%
BLUE value IS 114 (44.92% from 255) = 27.14%
R=31.90%
G=40.95%
B=27.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341721140.2200.340.3399.3125.8956.08
Hex86AC721602221631a38
Octal20625416226042411433270
Binary10000110101011001110010101100100010100001110001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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