#80987C

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

Shades of Amulet #80987C

Tints of Amulet #80987C

Color information

#80987C (or 0x80987C) is unknown color: approx Amulet. HEX triplet: 80, 98 and 7C. RGB value is (128,152,124). Sum of RGB (Red+Green+Blue) = 128+152+124=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #80987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80987C is #7F6783. Grayscale: #8D8D8D. Windows color (decimal): -8349572 or 8165504. OLE color: 8165504.

HSL color Cylindrical-coordinate representation of color #80987C: hue angle of 111.43º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80987C is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB128152124-
CMYK0.1600.180.40
HSL111.43º11.97%54.12%-
HSV(B)111.43º18.42%59.61%-
XYZ23.7728.523.32-
YUV141.63118.05118.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 152 (59.77% from 255) = 37.62%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=31.68%
G=37.62%
B=30.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1281521240.1600.180.40111.4311.9754.12
Hex80987C10012286fc36
Octal20023017420022501571466
Binary100000001001100011111001000001001010100011011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80987C; }

 p { color: rgb(128,152,124); }

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

<style>
 a { background-color: #80987C; }

 a { background-color: rgb(128,152,124); }

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

<style>
 span { border-color: #80987C; }

 span { border-color: rgb(128,152,124); }

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