#8D9B80

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

Shades of Amulet #8D9B80

Tints of Amulet #8D9B80

Color information

#8D9B80 (or 0x8D9B80) is unknown color: approx Amulet. HEX triplet: 8D, 9B and 80. RGB value is (141,155,128). Sum of RGB (Red+Green+Blue) = 141+155+128=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9B80 is #72647F. Grayscale: #939393. Windows color (decimal): -7496832 or 8428429. OLE color: 8428429.

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

Color convert

RGB141155128-
CMYK0.0900.170.39
HSL91.11º11.89%55.49%-
HSV(B)91.11º17.42%60.78%-
XYZ26.630.6624.94-
YUV147.74116.86123.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.25%
GREEN value IS 155 (60.94% from 255) = 36.56%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=33.25%
G=36.56%
B=30.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411551280.0900.170.3991.1111.8955.49
Hex8D9B809011275bc37
Octal21523320011021471331467
Binary100011011001101110000000100101000110011110110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,155,128); }

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

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

 a { background-color: rgb(141,155,128); }

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

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

 span { border-color: rgb(141,155,128); }

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