#80A372

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

Shades of Amulet #80A372

Tints of Amulet #80A372

Color information

#80A372 (or 0x80A372) is unknown color: approx Amulet. HEX triplet: 80, A3 and 72. RGB value is (128,163,114). Sum of RGB (Red+Green+Blue) = 128+163+114=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 163 - color contains mainly: green. Hex color #80A372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A372 is #7F5C8D. Grayscale: #939393. Windows color (decimal): -8346766 or 7512960. OLE color: 7512960.

HSL color Cylindrical-coordinate representation of color #80A372: hue angle of 102.86º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80A372 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB128163114-
CMYK0.2100.300.36
HSL102.86º21.03%54.31%-
HSV(B)102.86º30.06%63.92%-
XYZ25.043220.78-
YUV146.95109.4114.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 163 (64.06% from 255) = 40.25%
BLUE value IS 114 (44.92% from 255) = 28.15%
R=31.60%
G=40.25%
B=28.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281631140.2100.300.36102.8621.0354.31
Hex80A3721501E24671536
Octal20024316225036441472566
Binary1000000010100011111001010101011110100100110011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,163,114); }

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

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

 a { background-color: rgb(128,163,114); }

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

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

 span { border-color: rgb(128,163,114); }

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