#86987F

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

Shades of Amulet #86987F

Tints of Amulet #86987F

Color information

#86987F (or 0x86987F) is unknown color: approx Amulet. HEX triplet: 86, 98 and 7F. RGB value is (134,152,127). Sum of RGB (Red+Green+Blue) = 134+152+127=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #86987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86987F is #796780. Grayscale: #8F8F8F. Windows color (decimal): -7956353 or 8362118. OLE color: 8362118.

HSL color Cylindrical-coordinate representation of color #86987F: hue angle of 103.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86987F is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB134152127-
CMYK0.1200.160.40
HSL103.2º10.82%54.71%-
HSV(B)103.2º16.45%59.61%-
XYZ24.8929.0624.38-
YUV143.77118.54121.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.45%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 127 (50% from 255) = 30.75%
R=32.45%
G=36.80%
B=30.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1341521270.1200.160.40103.210.8254.71
Hex86987FC0102867b37
Octal20623017714020501471367
Binary10000110100110001111111110001000010100011001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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