#86B079

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

Shades of Amulet #86B079

Tints of Amulet #86B079

Color information

#86B079 (or 0x86B079) is unknown color: approx Amulet. HEX triplet: 86, B0 and 79. RGB value is (134,176,121). Sum of RGB (Red+Green+Blue) = 134+176+121=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #86B079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B079 is #794F86. Grayscale: #9D9D9D. Windows color (decimal): -7950215 or 7975046. OLE color: 7975046.

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

Color convert

RGB134176121-
CMYK0.2400.310.31
HSL105.82º25.82%58.24%-
HSV(B)105.82º31.25%69.02%-
XYZ28.8137.523.81-
YUV157.17107.59111.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.09%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=31.09%
G=40.84%
B=28.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341761210.2400.310.31105.8225.8258.24
Hex86B0791801F1F6a1a3a
Octal20626017130037371523272
Binary100001101011000011110011100001111111111110101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,176,121); }

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

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

 a { background-color: rgb(134,176,121); }

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

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

 span { border-color: rgb(134,176,121); }

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