#86AD7F

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

Shades of Amulet #86AD7F

Tints of Amulet #86AD7F

Color information

#86AD7F (or 0x86AD7F) is unknown color: approx Amulet. HEX triplet: 86, AD and 7F. RGB value is (134,173,127). Sum of RGB (Red+Green+Blue) = 134+173+127=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AD7F is #795280. Grayscale: #9C9C9C. Windows color (decimal): -7950977 or 8367494. OLE color: 8367494.

HSL color Cylindrical-coordinate representation of color #86AD7F: hue angle of 110.87º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86AD7F is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB134173127-
CMYK0.2300.270.32
HSL110.87º21.9%58.82%-
HSV(B)110.87º26.59%67.84%-
XYZ28.6136.4925.61-
YUV156.1111.58112.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 127 (50% from 255) = 29.26%
R=30.88%
G=39.86%
B=29.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341731270.2300.270.32110.8721.958.82
Hex86AD7F1701B206f163b
Octal20625517727033401572673
Binary1000011010101101111111110111011011100000110111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,173,127); }

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

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

 a { background-color: rgb(134,173,127); }

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

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

 span { border-color: rgb(134,173,127); }

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