#8B9683

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

Shades of Amulet #8B9683

Tints of Amulet #8B9683

Color information

#8B9683 (or 0x8B9683) is unknown color: approx Amulet. HEX triplet: 8B, 96 and 83. RGB value is (139,150,131). Sum of RGB (Red+Green+Blue) = 139+150+131=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 150 - color contains mainly: green. Hex color #8B9683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9683 is #74697C. Grayscale: #909090. Windows color (decimal): -7629181 or 8623755. OLE color: 8623755.

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

Color convert

RGB139150131-
CMYK0.0700.130.41
HSL94.74º8.3%55.1%-
HSV(B)94.74º12.67%58.82%-
XYZ25.6528.9425.71-
YUV144.54120.36124.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=33.10%
G=35.71%
B=31.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1391501310.0700.130.4194.748.355.1
Hex8B968370D295f837
Octal2132262037015511371067
Binary1000101110010110100000111110110110100110111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,150,131); }

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

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

 a { background-color: rgb(139,150,131); }

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

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

 span { border-color: rgb(139,150,131); }

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