#8B9C7C

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

Shades of Amulet #8B9C7C

Tints of Amulet #8B9C7C

Color information

#8B9C7C (or 0x8B9C7C) is unknown color: approx Amulet. HEX triplet: 8B, 9C and 7C. RGB value is (139,156,124). Sum of RGB (Red+Green+Blue) = 139+156+124=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 156 - color contains mainly: green. Hex color #8B9C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9C7C is #746383. Grayscale: #939393. Windows color (decimal): -7627652 or 8166539. OLE color: 8166539.

HSL color Cylindrical-coordinate representation of color #8B9C7C: hue angle of 91.87º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B9C7C is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB139156124-
CMYK0.1100.210.39
HSL91.87º13.91%54.9%-
HSV(B)91.87º20.51%61.18%-
XYZ26.1730.7223.62-
YUV147.27114.87122.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.17%
GREEN value IS 156 (61.33% from 255) = 37.23%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=33.17%
G=37.23%
B=29.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391561240.1100.210.3991.8713.9154.9
Hex8B9C7CB015275ce37
Octal21323417413025471341667
Binary10001011100111001111100101101010110011110111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,156,124); }

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

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

 a { background-color: rgb(139,156,124); }

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

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

 span { border-color: rgb(139,156,124); }

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