#80997C

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

Shades of Amulet #80997C

Tints of Amulet #80997C

Color information

#80997C (or 0x80997C) is unknown color: approx Amulet. HEX triplet: 80, 99 and 7C. RGB value is (128,153,124). Sum of RGB (Red+Green+Blue) = 128+153+124=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #80997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80997C is #7F6683. Grayscale: #8E8E8E. Windows color (decimal): -8349316 or 8165760. OLE color: 8165760.

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

Color convert

RGB128153124-
CMYK0.1600.190.4
HSL111.72º12.45%54.31%-
HSV(B)111.72º18.95%60%-
XYZ23.9328.8323.37-
YUV142.22117.72117.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 153 (60.16% from 255) = 37.78%
BLUE value IS 124 (48.83% from 255) = 30.62%
R=31.60%
G=37.78%
B=30.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281531240.1600.190.4111.7212.4554.31
Hex80997C100132870c36
Octal20023117420023501601466
Binary100000001001100111111001000001001110100011100001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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