#86AB76

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

Shades of Amulet #86AB76

Tints of Amulet #86AB76

Color information

#86AB76 (or 0x86AB76) is unknown color: approx Amulet. HEX triplet: 86, AB and 76. RGB value is (134,171,118). Sum of RGB (Red+Green+Blue) = 134+171+118=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AB76 is #795489. Grayscale: #9A9A9A. Windows color (decimal): -7951498 or 7777158. OLE color: 7777158.

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

Color convert

RGB134171118-
CMYK0.2200.310.33
HSL101.89º23.98%56.67%-
HSV(B)101.89º30.99%67.06%-
XYZ27.6635.522.53-
YUV153.89107.74113.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 171 (67.19% from 255) = 40.43%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=31.68%
G=40.43%
B=27.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341711180.2200.310.33101.8923.9856.67
Hex86AB761601F21661839
Octal20625316626037411463071
Binary1000011010101011111011010110011111100001110011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,171,118); }

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

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

 a { background-color: rgb(134,171,118); }

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

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

 span { border-color: rgb(134,171,118); }

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