#8B9A7C

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

Shades of Amulet #8B9A7C

Tints of Amulet #8B9A7C

Color information

#8B9A7C (or 0x8B9A7C) is unknown color: approx Amulet. HEX triplet: 8B, 9A and 7C. RGB value is (139,154,124). Sum of RGB (Red+Green+Blue) = 139+154+124=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 154 - color contains mainly: green. Hex color #8B9A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9A7C is #746583. Grayscale: #929292. Windows color (decimal): -7628164 or 8166027. OLE color: 8166027.

HSL color Cylindrical-coordinate representation of color #8B9A7C: hue angle of 90º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B9A7C is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB139154124-
CMYK0.1000.190.40
HSL90º12.93%54.51%-
HSV(B)90º19.48%60.39%-
XYZ25.8430.0623.51-
YUV146.1115.53122.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.33%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=33.33%
G=36.93%
B=29.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1391541240.1000.190.409012.9354.51
Hex8B9A7CA013285ad37
Octal21323217412023501321567
Binary10001011100110101111100101001001110100010110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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