#86B679

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

Shades of Amulet #86B679

Tints of Amulet #86B679

Color information

#86B679 (or 0x86B679) is unknown color: approx Amulet. HEX triplet: 86, B6 and 79. RGB value is (134,182,121). Sum of RGB (Red+Green+Blue) = 134+182+121=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 182 - color contains mainly: green. Hex color #86B679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B679 is #794986. Grayscale: #A0A0A0. Windows color (decimal): -7948679 or 7976582. OLE color: 7976582.

HSL color Cylindrical-coordinate representation of color #86B679: hue angle of 107.21º degrees, saturation: 0.29, 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 #86B679 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB134182121-
CMYK0.2600.340.29
HSL107.21º29.47%59.41%-
HSV(B)107.21º33.52%71.37%-
XYZ30.0139.924.21-
YUV160.69105.6108.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.66%
GREEN value IS 182 (71.48% from 255) = 41.65%
BLUE value IS 121 (47.66% from 255) = 27.69%
R=30.66%
G=41.65%
B=27.69%

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
Decimal1341821210.2600.340.29107.2129.4759.41
Hex86B6791A0221D6b1d3b
Octal20626617132042351533573
Binary1000011010110110111100111010010001011101110101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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