#80AF74

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

Shades of Amulet #80AF74

Tints of Amulet #80AF74

Color information

#80AF74 (or 0x80AF74) is unknown color: approx Amulet. HEX triplet: 80, AF and 74. RGB value is (128,175,116). Sum of RGB (Red+Green+Blue) = 128+175+116=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF74 is #7F508B. Grayscale: #9A9A9A. Windows color (decimal): -8343692 or 7647104. OLE color: 7647104.

HSL color Cylindrical-coordinate representation of color #80AF74: hue angle of 107.8º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80AF74 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB128175116-
CMYK0.2700.340.31
HSL107.8º26.94%57.06%-
HSV(B)107.8º33.71%68.63%-
XYZ27.3836.5122.13-
YUV154.22106.43109.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.55%
GREEN value IS 175 (68.75% from 255) = 41.77%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=30.55%
G=41.77%
B=27.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281751160.2700.340.31107.826.9457.06
Hex80AF741B0221F6c1b39
Octal20025716433042371543371
Binary1000000010101111111010011011010001011111110110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,175,116); }

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

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

 a { background-color: rgb(128,175,116); }

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

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

 span { border-color: rgb(128,175,116); }

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