#86B67A

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

Shades of Amulet #86B67A

Tints of Amulet #86B67A

Color information

#86B67A (or 0x86B67A) is unknown color: approx Amulet. HEX triplet: 86, B6 and 7A. RGB value is (134,182,122). Sum of RGB (Red+Green+Blue) = 134+182+122=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 182 - color contains mainly: green. Hex color #86B67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B67A is #794985. Grayscale: #A0A0A0. Windows color (decimal): -7948678 or 8042118. OLE color: 8042118.

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

Color convert

RGB134182122-
CMYK0.2600.330.29
HSL108º29.13%59.61%-
HSV(B)108º32.97%71.37%-
XYZ30.0739.9324.53-
YUV160.81106.1108.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.59%
GREEN value IS 182 (71.48% from 255) = 41.55%
BLUE value IS 122 (48.05% from 255) = 27.85%
R=30.59%
G=41.55%
B=27.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341821220.2600.330.2910829.1359.61
Hex86B67A1A0211D6c1d3c
Octal20626617232041351543574
Binary1000011010110110111101011010010000111101110110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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