#86A37C

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

Shades of Amulet #86A37C

Tints of Amulet #86A37C

Color information

#86A37C (or 0x86A37C) is unknown color: approx Amulet. HEX triplet: 86, A3 and 7C. RGB value is (134,163,124). Sum of RGB (Red+Green+Blue) = 134+163+124=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 163 - color contains mainly: green. Hex color #86A37C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A37C is #795C83. Grayscale: #969696. Windows color (decimal): -7953540 or 8168326. OLE color: 8168326.

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

Color convert

RGB134163124-
CMYK0.1800.240.36
HSL104.62º17.49%56.27%-
HSV(B)104.62º23.93%63.92%-
XYZ26.5732.7223.98-
YUV149.88113.39116.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.83%
GREEN value IS 163 (64.06% from 255) = 38.72%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=31.83%
G=38.72%
B=29.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1341631240.1800.240.36104.6217.4956.27
Hex86A37C1201824691138
Octal20624317422030441512170
Binary1000011010100011111110010010011000100100110100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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