#80A86F

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

Shades of Amulet #80A86F

Tints of Amulet #80A86F

Color information

#80A86F (or 0x80A86F) is unknown color: approx Amulet. HEX triplet: 80, A8 and 6F. RGB value is (128,168,111). Sum of RGB (Red+Green+Blue) = 128+168+111=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 168 - color contains mainly: green. Hex color #80A86F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A86F is #7F5790. Grayscale: #959595. Windows color (decimal): -8345489 or 7317632. OLE color: 7317632.

HSL color Cylindrical-coordinate representation of color #80A86F: hue angle of 102.11º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80A86F is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB128168111-
CMYK0.2400.340.34
HSL102.11º24.68%54.71%-
HSV(B)102.11º33.93%65.88%-
XYZ25.7733.7420.19-
YUV149.54106.25112.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 168 (66.02% from 255) = 41.28%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=31.45%
G=41.28%
B=27.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1281681110.2400.340.34102.1124.6854.71
Hex80A86F1802222661937
Octal20025015730042421463167
Binary10000000101010001101111110000100010100010110011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,168,111); }

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

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

 a { background-color: rgb(128,168,111); }

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

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

 span { border-color: rgb(128,168,111); }

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