#80A26F

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

Shades of Amulet #80A26F

Tints of Amulet #80A26F

Color information

#80A26F (or 0x80A26F) is unknown color: approx Amulet. HEX triplet: 80, A2 and 6F. RGB value is (128,162,111). Sum of RGB (Red+Green+Blue) = 128+162+111=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #80A26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A26F is #7F5D90. Grayscale: #929292. Windows color (decimal): -8347025 or 7316096. OLE color: 7316096.

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

Color convert

RGB128162111-
CMYK0.2100.310.36
HSL100º21.52%53.53%-
HSV(B)100º31.48%63.53%-
XYZ24.6931.5819.83-
YUV146.02108.24115.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 162 (63.67% from 255) = 40.40%
BLUE value IS 111 (43.75% from 255) = 27.68%
R=31.92%
G=40.40%
B=27.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281621110.2100.310.3610021.5253.53
Hex80A26F1501F24641636
Octal20024215725037441442666
Binary1000000010100010110111110101011111100100110010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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