#86B06D

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

Shades of Amulet #86B06D

Tints of Amulet #86B06D

Color information

#86B06D (or 0x86B06D) is unknown color: approx Amulet. HEX triplet: 86, B0 and 6D. RGB value is (134,176,109). Sum of RGB (Red+Green+Blue) = 134+176+109=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #86B06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B06D is #794F92. Grayscale: #9C9C9C. Windows color (decimal): -7950227 or 7188614. OLE color: 7188614.

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

Color convert

RGB134176109-
CMYK0.2400.380.31
HSL97.61º29.78%55.88%-
HSV(B)97.61º38.07%69.02%-
XYZ28.1237.2220.17-
YUV155.8101.59112.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.98%
GREEN value IS 176 (69.14% from 255) = 42.00%
BLUE value IS 109 (42.97% from 255) = 26.01%
R=31.98%
G=42.00%
B=26.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341761090.2400.380.3197.6129.7855.88
Hex86B06D180261F621e38
Octal20626015530046371423670
Binary1000011010110000110110111000010011011111110001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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