#86B178

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

Shades of Amulet #86B178

Tints of Amulet #86B178

Color information

#86B178 (or 0x86B178) is unknown color: approx Amulet. HEX triplet: 86, B1 and 78. RGB value is (134,177,120). Sum of RGB (Red+Green+Blue) = 134+177+120=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #86B178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B178 is #794E87. Grayscale: #9D9D9D. Windows color (decimal): -7949960 or 7909766. OLE color: 7909766.

HSL color Cylindrical-coordinate representation of color #86B178: hue angle of 105.26º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86B178 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB134177120-
CMYK0.2400.320.31
HSL105.26º26.76%58.24%-
HSV(B)105.26º32.2%69.41%-
XYZ28.9437.8723.55-
YUV157.65106.75111.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.09%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=31.09%
G=41.07%
B=27.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341771200.2400.320.31105.2626.7658.24
Hex86B178180201F691b3a
Octal20626117030040371513372
Binary1000011010110001111100011000010000011111110100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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