#8B9782

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

Shades of Amulet #8B9782

Tints of Amulet #8B9782

Color information

#8B9782 (or 0x8B9782) is unknown color: approx Amulet. HEX triplet: 8B, 97 and 82. RGB value is (139,151,130). Sum of RGB (Red+Green+Blue) = 139+151+130=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 151 - color contains mainly: green. Hex color #8B9782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9782 is #74687D. Grayscale: #919191. Windows color (decimal): -7628926 or 8558475. OLE color: 8558475.

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

Color convert

RGB139151130-
CMYK0.0800.140.41
HSL94.29º9.17%55.1%-
HSV(B)94.29º13.91%59.22%-
XYZ25.7429.2325.4-
YUV145.02119.52123.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=33.10%
G=35.95%
B=30.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1391511300.0800.140.4194.299.1755.1
Hex8B978280E295e937
Octal21322720210016511361167
Binary10001011100101111000001010000111010100110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,151,130); }

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

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

 a { background-color: rgb(139,151,130); }

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

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

 span { border-color: rgb(139,151,130); }

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