#8D9C81

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

Shades of Amulet #8D9C81

Tints of Amulet #8D9C81

Color information

#8D9C81 (or 0x8D9C81) is unknown color: approx Amulet. HEX triplet: 8D, 9C and 81. RGB value is (141,156,129). Sum of RGB (Red+Green+Blue) = 141+156+129=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 156 - color contains mainly: green. Hex color #8D9C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9C81 is #72637E. Grayscale: #949494. Windows color (decimal): -7496575 or 8494221. OLE color: 8494221.

HSL color Cylindrical-coordinate representation of color #8D9C81: hue angle of 93.33º 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 #8D9C81 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB141156129-
CMYK0.1000.170.39
HSL93.33º12%55.88%-
HSV(B)93.33º17.31%61.18%-
XYZ26.8431.0225.34-
YUV148.44117.03122.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.10%
GREEN value IS 156 (61.33% from 255) = 36.62%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=33.10%
G=36.62%
B=30.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411561290.1000.170.3993.331255.88
Hex8D9C81A011275dc38
Octal21523420112021471351470
Binary100011011001110010000001101001000110011110111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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