#86957F

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

Shades of Amulet #86957F

Tints of Amulet #86957F

Color information

#86957F (or 0x86957F) is unknown color: approx Amulet. HEX triplet: 86, 95 and 7F. RGB value is (134,149,127). Sum of RGB (Red+Green+Blue) = 134+149+127=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 149 - color contains mainly: green. Hex color #86957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86957F is #796A80. Grayscale: #8E8E8E. Windows color (decimal): -7957121 or 8361350. OLE color: 8361350.

HSL color Cylindrical-coordinate representation of color #86957F: hue angle of 100.91º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #86957F is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB134149127-
CMYK0.1000.150.42
HSL100.91º9.4%54.12%-
HSV(B)100.91º14.77%58.43%-
XYZ24.4128.124.22-
YUV142.01119.53122.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.68%
GREEN value IS 149 (58.59% from 255) = 36.34%
BLUE value IS 127 (50% from 255) = 30.98%
R=32.68%
G=36.34%
B=30.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341491270.1000.150.42100.919.454.12
Hex86957FA0F2A65936
Octal20622517712017521451166
Binary1000011010010101111111110100111110101011001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86957F; }

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

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

<style>
 a { background-color: #86957F; }

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

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

<style>
 span { border-color: #86957F; }

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

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