#80997D

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

Shades of Amulet #80997D

Tints of Amulet #80997D

Color information

#80997D (or 0x80997D) is unknown color: approx Amulet. HEX triplet: 80, 99 and 7D. RGB value is (128,153,125). Sum of RGB (Red+Green+Blue) = 128+153+125=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #80997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80997D is #7F6682. Grayscale: #8E8E8E. Windows color (decimal): -8349315 or 8231296. OLE color: 8231296.

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

Color convert

RGB128153125-
CMYK0.1600.180.4
HSL113.57º12.07%54.51%-
HSV(B)113.57º18.3%60%-
XYZ23.9928.8523.71-
YUV142.33118.22117.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 125 (49.22% from 255) = 30.79%
R=31.53%
G=37.68%
B=30.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281531250.1600.180.4113.5712.0754.51
Hex80997D100122872c37
Octal20023117520022501621467
Binary100000001001100111111011000001001010100011100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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