#86A46F

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

Shades of Amulet #86A46F

Tints of Amulet #86A46F

Color information

#86A46F (or 0x86A46F) is unknown color: approx Amulet. HEX triplet: 86, A4 and 6F. RGB value is (134,164,111). Sum of RGB (Red+Green+Blue) = 134+164+111=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #86A46F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A46F is #795B90. Grayscale: #959595. Windows color (decimal): -7953297 or 7316614. OLE color: 7316614.

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

Color convert

RGB134164111-
CMYK0.1800.320.36
HSL93.96º22.55%53.92%-
HSV(B)93.96º32.32%64.31%-
XYZ25.9832.7719.99-
YUV148.99106.56117.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 164 (64.45% from 255) = 40.10%
BLUE value IS 111 (43.75% from 255) = 27.14%
R=32.76%
G=40.10%
B=27.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341641110.1800.320.3693.9622.5553.92
Hex86A46F12020245e1736
Octal20624415722040441362766
Binary10000110101001001101111100100100000100100101111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,164,111); }

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

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

 a { background-color: rgb(134,164,111); }

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

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

 span { border-color: rgb(134,164,111); }

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