#86AC6C

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

Shades of Amulet #86AC6C

Tints of Amulet #86AC6C

Color information

#86AC6C (or 0x86AC6C) is unknown color: approx Amulet. HEX triplet: 86, AC and 6C. RGB value is (134,172,108). Sum of RGB (Red+Green+Blue) = 134+172+108=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AC6C is #795393. Grayscale: #999999. Windows color (decimal): -7951252 or 7122054. OLE color: 7122054.

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

Color convert

RGB134172108-
CMYK0.2200.370.33
HSL95.62º27.83%54.9%-
HSV(B)95.62º37.21%67.45%-
XYZ27.2935.6619.63-
YUV153.34102.41114.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.37%
GREEN value IS 172 (67.58% from 255) = 41.55%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=32.37%
G=41.55%
B=26.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341721080.2200.370.3395.6227.8354.9
Hex86AC6C1602521601c37
Octal20625415426045411403467
Binary10000110101011001101100101100100101100001110000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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