#80AC74

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

Shades of Amulet #80AC74

Tints of Amulet #80AC74

Color information

#80AC74 (or 0x80AC74) is unknown color: approx Amulet. HEX triplet: 80, AC and 74. RGB value is (128,172,116). Sum of RGB (Red+Green+Blue) = 128+172+116=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC74 is #7F538B. Grayscale: #989898. Windows color (decimal): -8344460 or 7646336. OLE color: 7646336.

HSL color Cylindrical-coordinate representation of color #80AC74: hue angle of 107.14º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80AC74 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB128172116-
CMYK0.2600.330.33
HSL107.14º25.23%56.47%-
HSV(B)107.14º32.56%67.45%-
XYZ26.8135.3621.93-
YUV152.46107.42110.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.77%
GREEN value IS 172 (67.58% from 255) = 41.35%
BLUE value IS 116 (45.70% from 255) = 27.88%
R=30.77%
G=41.35%
B=27.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281721160.2600.330.33107.1425.2356.47
Hex80AC741A021216b1938
Octal20025416432041411533170
Binary10000000101011001110100110100100001100001110101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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