#86A77A

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

Shades of Amulet #86A77A

Tints of Amulet #86A77A

Color information

#86A77A (or 0x86A77A) is unknown color: approx Amulet. HEX triplet: 86, A7 and 7A. RGB value is (134,167,122). Sum of RGB (Red+Green+Blue) = 134+167+122=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 167 - color contains mainly: green. Hex color #86A77A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A77A is #795885. Grayscale: #989898. Windows color (decimal): -7952518 or 8038278. OLE color: 8038278.

HSL color Cylindrical-coordinate representation of color #86A77A: hue angle of 104º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86A77A is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB134167122-
CMYK0.2000.270.35
HSL104º20.36%56.67%-
HSV(B)104º26.95%65.49%-
XYZ27.1634.1123.56-
YUV152111.07115.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 167 (65.62% from 255) = 39.48%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=31.68%
G=39.48%
B=28.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1341671220.2000.270.3510420.3656.67
Hex86A77A1401B23681439
Octal20624717224033431502471
Binary1000011010100111111101010100011011100011110100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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