#80A075

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

Shades of Amulet #80A075

Tints of Amulet #80A075

Color information

#80A075 (or 0x80A075) is unknown color: approx Amulet. HEX triplet: 80, A0 and 75. RGB value is (128,160,117). Sum of RGB (Red+Green+Blue) = 128+160+117=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 160 - color contains mainly: green. Hex color #80A075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A075 is #7F5F8A. Grayscale: #919191. Windows color (decimal): -8347531 or 7708800. OLE color: 7708800.

HSL color Cylindrical-coordinate representation of color #80A075: hue angle of 104.65º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80A075 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB128160117-
CMYK0.2000.270.37
HSL104.65º18.45%54.31%-
HSV(B)104.65º26.88%62.75%-
XYZ24.6831.0221.52-
YUV145.53111.9115.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 160 (62.89% from 255) = 39.51%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=31.60%
G=39.51%
B=28.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1281601170.2000.270.37104.6518.4554.31
Hex80A0751401B25691236
Octal20024016524033451512266
Binary1000000010100000111010110100011011100101110100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A075; }

 p { color: rgb(128,160,117); }

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

<style>
 a { background-color: #80A075; }

 a { background-color: rgb(128,160,117); }

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

<style>
 span { border-color: #80A075; }

 span { border-color: rgb(128,160,117); }

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