#86B678

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

Shades of Amulet #86B678

Tints of Amulet #86B678

Color information

#86B678 (or 0x86B678) is unknown color: approx Amulet. HEX triplet: 86, B6 and 78. RGB value is (134,182,120). Sum of RGB (Red+Green+Blue) = 134+182+120=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #86B678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B678 is #794987. Grayscale: #A0A0A0. Windows color (decimal): -7948680 or 7911046. OLE color: 7911046.

HSL color Cylindrical-coordinate representation of color #86B678: hue angle of 106.45º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86B678 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB134182120-
CMYK0.2600.340.29
HSL106.45º29.81%59.22%-
HSV(B)106.45º34.07%71.37%-
XYZ29.9539.8823.89-
YUV160.58105.1109.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.73%
GREEN value IS 182 (71.48% from 255) = 41.74%
BLUE value IS 120 (47.27% from 255) = 27.52%
R=30.73%
G=41.74%
B=27.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341821200.2600.340.29106.4529.8159.22
Hex86B6781A0221D6a1e3b
Octal20626617032042351523673
Binary1000011010110110111100011010010001011101110101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,182,120); }

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

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

 a { background-color: rgb(134,182,120); }

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

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

 span { border-color: rgb(134,182,120); }

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