#8B997F

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

Shades of Amulet #8B997F

Tints of Amulet #8B997F

Color information

#8B997F (or 0x8B997F) is unknown color: approx Amulet. HEX triplet: 8B, 99 and 7F. RGB value is (139,153,127). Sum of RGB (Red+Green+Blue) = 139+153+127=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #8B997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B997F is #746680. Grayscale: #919191. Windows color (decimal): -7628417 or 8362379. OLE color: 8362379.

HSL color Cylindrical-coordinate representation of color #8B997F: hue angle of 92.31º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B997F is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB139153127-
CMYK0.0900.170.4
HSL92.31º11.3%54.9%-
HSV(B)92.31º16.99%60%-
XYZ25.8729.824.47-
YUV145.85117.36123.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.17%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 127 (50% from 255) = 30.31%
R=33.17%
G=36.52%
B=30.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1391531270.0900.170.492.3111.354.9
Hex8B997F9011285cb37
Octal21323117711021501341367
Binary10001011100110011111111100101000110100010111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,153,127); }

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

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

 a { background-color: rgb(139,153,127); }

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

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

 span { border-color: rgb(139,153,127); }

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