#8D9B81

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

Shades of Amulet #8D9B81

Tints of Amulet #8D9B81

Color information

#8D9B81 (or 0x8D9B81) is unknown color: approx Amulet. HEX triplet: 8D, 9B and 81. RGB value is (141,155,129). Sum of RGB (Red+Green+Blue) = 141+155+129=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9B81 is #72647E. Grayscale: #939393. Windows color (decimal): -7496831 or 8493965. OLE color: 8493965.

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

Color convert

RGB141155129-
CMYK0.0900.170.39
HSL92.31º11.5%55.69%-
HSV(B)92.31º16.77%60.78%-
XYZ26.6730.6925.29-
YUV147.85117.36123.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.18%
GREEN value IS 155 (60.94% from 255) = 36.47%
BLUE value IS 129 (50.78% from 255) = 30.35%
R=33.18%
G=36.47%
B=30.35%

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
Decimal1411551290.0900.170.3992.3111.555.69
Hex8D9B819011275cc38
Octal21523320111021471341470
Binary100011011001101110000001100101000110011110111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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