#86AA73

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

Shades of Amulet #86AA73

Tints of Amulet #86AA73

Color information

#86AA73 (or 0x86AA73) is unknown color: approx Amulet. HEX triplet: 86, AA and 73. RGB value is (134,170,115). Sum of RGB (Red+Green+Blue) = 134+170+115=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AA73 is #79558C. Grayscale: #999999. Windows color (decimal): -7951757 or 7580294. OLE color: 7580294.

HSL color Cylindrical-coordinate representation of color #86AA73: hue angle of 99.27º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86AA73 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB134170115-
CMYK0.2100.320.33
HSL99.27º24.44%55.88%-
HSV(B)99.27º32.35%66.67%-
XYZ27.335.0621.55-
YUV152.97106.57114.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.98%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 115 (45.31% from 255) = 27.45%
R=31.98%
G=40.57%
B=27.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341701150.2100.320.3399.2724.4455.88
Hex86AA731502021631838
Octal20625216325040411433070
Binary10000110101010101110011101010100000100001110001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,170,115); }

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

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

 a { background-color: rgb(134,170,115); }

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

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

 span { border-color: rgb(134,170,115); }

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