#8C9687

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

Shades of Amulet #8C9687

Tints of Amulet #8C9687

Color information

#8C9687 (or 0x8C9687) is unknown color: approx Amulet. HEX triplet: 8C, 96 and 87. RGB value is (140,150,135). Sum of RGB (Red+Green+Blue) = 140+150+135=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9687 is #736978. Grayscale: #919191. Windows color (decimal): -7563641 or 8885900. OLE color: 8885900.

HSL color Cylindrical-coordinate representation of color #8C9687: hue angle of 100º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C9687 is Cyan = 0.07, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB140150135-
CMYK0.0700.10.41
HSL100º6.67%55.88%-
HSV(B)100º10%58.82%-
XYZ26.0929.1427.17-
YUV145.3122.19124.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.94%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=32.94%
G=35.29%
B=31.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1401501350.0700.10.411006.6755.88
Hex8C968770A2964738
Octal214226207701251144770
Binary100011001001011010000111111010101010011100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C9687; }

 p { color: rgb(140,150,135); }

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

<style>
 a { background-color: #8C9687; }

 a { background-color: rgb(140,150,135); }

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

<style>
 span { border-color: #8C9687; }

 span { border-color: rgb(140,150,135); }

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