#8B9B7F

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

Shades of Amulet #8B9B7F

Tints of Amulet #8B9B7F

Color information

#8B9B7F (or 0x8B9B7F) is unknown color: approx Amulet. HEX triplet: 8B, 9B and 7F. RGB value is (139,155,127). Sum of RGB (Red+Green+Blue) = 139+155+127=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 155 - color contains mainly: green. Hex color #8B9B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9B7F is #746480. Grayscale: #939393. Windows color (decimal): -7627905 or 8362891. OLE color: 8362891.

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

Color convert

RGB139155127-
CMYK0.1000.180.39
HSL94.29º12.28%55.29%-
HSV(B)94.29º18.06%60.78%-
XYZ26.230.4624.58-
YUV147.02116.7122.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.02%
GREEN value IS 155 (60.94% from 255) = 36.82%
BLUE value IS 127 (50% from 255) = 30.17%
R=33.02%
G=36.82%
B=30.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391551270.1000.180.3994.2912.2855.29
Hex8B9B7FA012275ec37
Octal21323317712022471361467
Binary10001011100110111111111101001001010011110111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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