#8B9A7E

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

Shades of Amulet #8B9A7E

Tints of Amulet #8B9A7E

Color information

#8B9A7E (or 0x8B9A7E) is unknown color: approx Amulet. HEX triplet: 8B, 9A and 7E. RGB value is (139,154,126). Sum of RGB (Red+Green+Blue) = 139+154+126=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #8B9A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9A7E is #746581. Grayscale: #929292. Windows color (decimal): -7628162 or 8297099. OLE color: 8297099.

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

Color convert

RGB139154126-
CMYK0.1000.180.40
HSL92.14º12.17%54.9%-
HSV(B)92.14º18.18%60.39%-
XYZ25.9730.1124.18-
YUV146.32116.53122.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.17%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=33.17%
G=36.75%
B=30.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1391541260.1000.180.4092.1412.1754.9
Hex8B9A7EA012285cc37
Octal21323217612022501341467
Binary10001011100110101111110101001001010100010111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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