#80AC6D

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

Shades of Amulet #80AC6D

Tints of Amulet #80AC6D

Color information

#80AC6D (or 0x80AC6D) is unknown color: approx Amulet. HEX triplet: 80, AC and 6D. RGB value is (128,172,109). Sum of RGB (Red+Green+Blue) = 128+172+109=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AC6D is #7F5392. Grayscale: #979797. Windows color (decimal): -8344467 or 7187584. OLE color: 7187584.

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

Color convert

RGB128172109-
CMYK0.2600.370.33
HSL101.9º27.51%55.1%-
HSV(B)101.9º36.63%67.45%-
XYZ26.4135.219.87-
YUV151.66103.92111.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.30%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=31.30%
G=42.05%
B=26.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281721090.2600.370.33101.927.5155.1
Hex80AC6D1A02521661c37
Octal20025415532045411463467
Binary10000000101011001101101110100100101100001110011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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